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