
Product
Unify Your Security Stack with Socket Basics
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.
@automattic/calypso-color-schemes
Advanced tools
This package contains a number of CSS custom properties used in Calypso.
yarn add @automattic/calypso-color-schemes
Add this packages CSS from css/index.css
in order to access the CSS custom
properties.
When importing, you can do
import '@automattic/calypso-color-schemes';
And this will give you the CSS.
If you want only the :root
rules without all the schemes, you can do
import '@automattic/calypso-color-schemes/root-only';
Sometimes, calypso-color-schemes
properties are consumed in JavaScript. To avoid parsing CSS syntax on your own, or to help postcss-custom-properties
use them without parsing the CSS (much faster), use the JS output as follows:
import { customProperties } from '@automattic/calypso-color-schemes/js'; // mind the js suffix
Or with postcss-custom-properties
, and postcss.config.js
can look like this:
module.exports = () => ( {
plugins: {
'postcss-custom-properties': {
importFrom: [ require.resolve( '@automattic/calypso-color-schemes/js' ) ],
},
},
} );
The CSS files include variable definitions for all Calypso color schemes (Classic Blue, Contrast, Midnight, ...), but the JS exports include only variables from the :root
selector, i.e., only the fallback default theme.
FAQs
Calypso Shared Style Bits.
The npm package @automattic/calypso-color-schemes receives a total of 3,331 weekly downloads. As such, @automattic/calypso-color-schemes popularity was classified as popular.
We found that @automattic/calypso-color-schemes demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 61 open source maintainers collaborating on the project.
Did you know?
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.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.
Product
Socket is launching experimental protection for the Hugging Face ecosystem, scanning for malware and malicious payload injections inside model files to prevent silent AI supply chain attacks.
Research
/Security News
The Socket Threat Research Team uncovered a coordinated campaign that floods the Chrome Web Store with 131 rebranded clones of a WhatsApp Web automation extension to spam Brazilian users.