sugarfree
v0.0.2
Published
Manage SASS from vanilla CSS
Maintainers
Readme
sugarfree
Manage Sass in vanilla CSS workflows
About
Embed any SCSS syntax that is valid CSS syntax inside vanilla CSS inside @--sass-lang at-rules and use sugarfree to process the Sass inside these special rules
@--sass-lang {
your {
sass {
--here: okay;
}
}
}