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

0.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

71

Version

0.1.2

License

MIT

Unpacked Size

8.97 kB

Total Files

10

Last publish

Collaborators

  • rushstack-admin
  • odspnpm
  • octogonz