0.1.7 • Published 5 months ago

@rushstack/heft-sass-load-themed-styles-plugin v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@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.

0.1.7

5 months ago

0.1.6

5 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago