csstools / csstools/postcss-advanced-variables
Handling multi-levels variables?
Open
- Dominant language
- JavaScript
- Stars
- 144
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
I have this vars:
```JS
const vars = {
fontset: {
size: '14px',
body: '"Mali", cursive',
head: '"Itim", cursive'
}
}
module.exports = {
plugins: {
'postcss-advanced-variables': {
variables: vars
}
}
}
```
How do I use `fontset` in css files? More exactly, does PAV supports this feature?
I think it's called map in SASS.
Contributor guide
Assessment
This issue has not been assessed yet.