mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
enhance(dev): postcss configures
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
module.exports = (ctx) => ({
|
||||
plugins: [
|
||||
require('postcss-nested')({}),
|
||||
require('postcss-import-ext-glob')({}),
|
||||
require('postcss-import')({}),
|
||||
require('tailwindcss')('tailwind.config.js'),
|
||||
],
|
||||
})
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import-ext-glob': {},
|
||||
'postcss-import': {},
|
||||
'tailwindcss/nesting': 'postcss-nested',
|
||||
tailwindcss: {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user