Add embedded gists & JSON gist data/metadata (#179)
This commit is contained in:
3
postcss.config.js
vendored
3
postcss.config.js
vendored
@@ -1,7 +1,10 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
'tailwindcss/nesting': {},
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
'postcss-selector-namespace': {namespace() {return (process.env.EMBED) ? '.opengist-embed' : '';}},
|
||||
cssnano: {},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user