mirror of
https://codeberg.org/theamazing0/portfolio.git
synced 2025-10-30 02:12:19 -04:00
10 lines
298 B
JSON
10 lines
298 B
JSON
{
|
|
"cssvar.files": [
|
|
// Or your custom Pollen bundle
|
|
"./node_modules/pollen-css/pollen.css"
|
|
],
|
|
// Do not ignore css files in node_modules, which is ignored by default
|
|
"cssvar.ignore": [],
|
|
// Use Pollen's inbuilt variable ordering
|
|
"cssvar.disableSort": true
|
|
}
|