1.5.1 • Published 4 months ago

jansensan-stylesheets v1.5.1

Weekly downloads
2
License
MIT
Repository
-
Last release
4 months ago

Stylesheets

Common stylesheets for the different websites hosted and managed by Mat Janson Blanchet.

Usage

The stylesheets are not compiled, they are provided as sources for you to import into your own code.

The stylesheets exist both in LESS and SASS formats, available respectively in src/less and src/sass directories. You may import the format you need.

Install

Install the dev dependency:

npm install --save-dev jansensan-stylesheets@latest

Fonts

While these styles originally relied on Google Fonts, they now require self-hosted fonts.

The rationale behind this choice is that it is best to not allow GAFA to track visitors to websites making use of these libraries.

In order to self-host the fonts, download the following fonts:

Somewhere in your stylesheets, ensure to declare the following:

@font-face {
  font-family: 'PolyItalic';
  src: url('path/to/font/Poly-Italic.ttf');
}

@font-face {
  font-family: 'SourceCodePro';
  src: url('path/to/font/SourceCodePro-Medium.otf');
}

Note: the font-family value must match exactly what is written above.

General

In your site's main stylesheet, import the stylesheets at the top:

@import "path/to/node_modules/jansensan-stylesheets/src/sass/jansensan-stylesheet.scss";

Variables

In the case of React, Angular, or other apps, some components may depend on the color, fonts, and breakpoints variables provided by this library. In such cases, the components' styles may simply import the variables:

@import 'path/to/node_modules/jansensan-stylesheets/src/sass/common/variables.scss';

The variables.less/variables.scss files include the other variables files in the same directories. If you wish to import only the breakpoints, the colors, or the fonts, it is possible to be more granular:

@import 'path/to/node_modules/jansensan-stylesheets/src/sass/common/breakpoints.scss';
1.5.1

4 months ago

1.5.0

4 months ago

1.4.0

5 months ago

1.2.0

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago

1.2.2

6 months ago

1.2.1

6 months ago

0.29.0

6 months ago

0.29.2

6 months ago

0.29.1

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.3.0

5 months ago

0.28.0

6 months ago

0.25.4

7 months ago

0.25.3

7 months ago

0.27.0

7 months ago

0.25.2

7 months ago

0.25.1

7 months ago

0.25.0

7 months ago

0.24.4

7 months ago

0.24.3

7 months ago

0.24.2

1 year ago

0.24.1

1 year ago

0.24.0

1 year ago

0.23.0

1 year ago

0.21.0

2 years ago

0.22.0

2 years ago

0.20.1

4 years ago

0.20.0

4 years ago

0.19.4

4 years ago

0.19.5

4 years ago

0.19.3

4 years ago

0.19.2

4 years ago

0.19.1

4 years ago

0.19.0

4 years ago

0.18.0

4 years ago

0.17.0

4 years ago

0.16.0

5 years ago

0.15.0

5 years ago

0.14.1

5 years ago

0.14.0

5 years ago

0.13.1

5 years ago

0.13.0

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago