mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-08 17:08:04 +02:00
Small fixes (#196)
This commit is contained in:
12
public/postcss.config.js
vendored
Normal file
12
public/postcss.config.js
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
'tailwindcss/nesting': {},
|
||||
tailwindcss: {
|
||||
config: "./public/tailwind.config.js",
|
||||
},
|
||||
autoprefixer: {},
|
||||
'postcss-selector-namespace': {namespace() {return (process.env.EMBED) ? '.opengist-embed' : '';}},
|
||||
cssnano: {},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user