Skip to content

Latest commit

 

History

History

heft-sass-load-themed-styles-plugin

@rushstack/heft-sass-load-themed-styles-plugin

This is a Heft plugin to augment SASS processing with functionality to replace load-themed-styles theme expressions of the form

[theme:<tokenName>, default:<default>]

e.g.

[theme:someColor, default:#fc0]

With css variable references of the form:

var(--<tokenName>, <default>)

e.g.

var(--someColor, #fc0>)

Links

Heft is part of the Rush Stack family of projects.