mirror of
https://github.com/stinsonzhao/obsidian-plugin-goban-sgf.git
synced 2026-07-22 05:02:23 +00:00
7 lines
79 B
JavaScript
7 lines
79 B
JavaScript
|
|
export default {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {},
|
||
|
|
}
|
||
|
|
}
|