0.6.25 • Published 6 days ago

@automattic/jetpack-base-styles v0.6.25

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
6 days ago

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:

@import 'node_modules/@automattic/jetpack-base-styles/colors';
@import 'node_modules/@automattic/jetpack-base-styles/variables';
@import 'node_modules/@automattic/jetpack-base-styles/mixins';
@import 'node_modules/@automattic/jetpack-base-styles/breakpoints';
@import 'node_modules/@automattic/jetpack-base-styles/animations';
@import 'node_modules/@automattic/jetpack-base-styles/z-index';
@import 'node_modules/@automattic/jetpack-base-styles/default-custom-properties';

If you use Webpack for your SCSS pipeline, you can omit node_modules/:

@import '@automattic/jetpack-base-styles/colors';

To make that work with sass or node-sass NPM modules without Webpack, you'd have to use includePaths option:

{
	"includePaths": [ "node_modules" ]
}
0.6.25

6 days ago

0.6.24

16 days ago

0.6.23

27 days ago

0.6.22

1 month ago

0.6.21

1 month ago

0.6.20

2 months ago

0.6.19

2 months ago

0.6.18

3 months ago

0.6.17

3 months ago

0.6.16

4 months ago

0.6.15

5 months ago

0.6.12

6 months ago

0.6.14

6 months ago

0.6.13

6 months ago

0.6.7

9 months ago

0.6.6

9 months ago

0.6.9

8 months ago

0.6.8

9 months ago

0.6.10

7 months ago

0.6.11

7 months ago

0.6.3

11 months ago

0.6.2

11 months ago

0.6.5

10 months ago

0.6.4

10 months ago

0.6.1

11 months ago

0.6.0

12 months ago

0.5.1

12 months ago

0.4.4

1 year ago

0.5.0

1 year ago

0.4.3

1 year ago

0.3.20

1 year ago

0.3.19

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.2

1 year ago

0.3.17

1 year ago

0.3.18

1 year ago

0.3.16

1 year ago

0.3.15

1 year ago

0.3.14

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.9

2 years ago

0.3.10

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.4

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.3

2 years ago

0.3.0

2 years ago

0.1.10

2 years ago

0.2.0

2 years ago

0.1.11

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago