mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
"postcss-simple-vars": {},
|
|
"postcss-nested": {}
|
|
},
|
|
}
|