csstools / csstools/postcss-advanced-variables

Handling multi-levels variables?

Open
#82 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.