postcss / postcss-simple-vars

PostCSS plugin for Sass-like variables
MIT License
415 stars 36 forks source link

Does it work with nested variables? #74

Closed alex-shamshurin closed 6 years ago

alex-shamshurin commented 6 years ago

Is it supported?

$blue: blue;
$red: red;

$primary_color: $blue;

.my_block {
  color: $primary_color;
}
alex-shamshurin commented 6 years ago

I see it does