mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-04-30 18:42:25 +02:00
8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
const defaultConfig = require("./tailwind.config")
|
|
|
|
module.exports = {
|
|
...defaultConfig,
|
|
corePlugins: {
|
|
preflight: false,
|
|
}
|
|
} |