npm.io
1.2.7 • Published 1 week ago

@automattic/jetpack-base-styles

Licence
GPL-2.0-or-later
Version
1.2.7
Deps
0
Size
69 kB
Vulns
0
Weekly
0
Stars
3

Base Styles

Base SCSS utilities and variables for Jetpack.

Installation

Install the module

npm install @automattic/jetpack-base-styles --save-dev

Use

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" ]
}