Socket
Book a DemoInstallSign in
Socket

postcss-cssvar-fallback

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-cssvar-fallback

PostCSS plugin css

1.0.0-beta.2
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

postcss-cssvar-fallback

PostCSS plugin css.

.foo {
  color: var(--primary-color);
}
.foo {
  color: var(--primary-color, red);
}

Usage

Step 1: Install plugin:

npm install --save-dev postcss postcss-cssvar-fallback

Step 2: Check you project for existed PostCSS config: postcss.config.js in the project root, "postcss" section in package.json or postcss in bundle config.

If you do not use PostCSS, add it according to official docs and set this plugin in settings.

Step 3: Add the plugin to plugins list:

module.exports = {
  plugins: [
+   (require('postcss-cssvar-fallback'), {
+      themePath: path.join(__dirname, '../node_modules/@kdocs/kdesign-theme/default.css')
+   }),
    require('autoprefixer')
  ]
}

Step 4: Ignore your theme file:

eg:

webpack

externals: {
+  '@kdocs/kdesign-theme/default.css': '""'
}

Keywords

postcss

FAQs

Package last updated on 12 Jul 2023

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.