@automattic/jetpack-base-styles
v1.0.19
Published
Jetpack components base styles
Downloads
392
Maintainers
Keywords
Readme
Base Styles
Base SCSS utilities and variables for Jetpack.
Installation
Install the module
npm install @automattic/jetpack-base-styles --save-devUse
SCSS utilities and variables
In your application's SCSS file, include styles like so:
@use '@automattic/jetpack-base-styles/style';To make that work with sass NPM modules without Webpack, you'd have to use loadPaths or includePaths:
{
"loadPaths": [ "node_modules" ]
}