Getting started
Last updated
{
"cssvar.files": [
// Or your custom Pollen bundle
"./node_modules/pollen-css/dist/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,
// Add support for autocomplete in other file types
"cssvar.extensions": ["css", "html", "jsx", "tsx"]
}