0.1.7 • Published 7 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago