🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

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

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Heft plugin that connects to heft-sass-plugin and replaces load-themed-styles theme expressions with standard CSS variables

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
3
Created
Source

@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>)
  • CHANGELOG.md - Find out what's new in the latest version

Heft is part of the Rush Stack family of projects.

FAQs

Package last updated on 24 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts