mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 15:48:31 +00:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
"postcss-simple-vars": {},
|
|
"postcss-nested": {}
|
|
},
|
|
}
|