mirror of
https://github.com/thomiceli/opengist
synced 2024-11-08 12:55:50 +01:00
11 lines
260 B
JavaScript
Vendored
11 lines
260 B
JavaScript
Vendored
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'tailwindcss/nesting': {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
'postcss-selector-namespace': {namespace() {return (process.env.EMBED) ? '.opengist-embed' : '';}},
|
|
cssnano: {},
|
|
},
|
|
}
|