0.0.8 • Published 3 years ago

@gthierman/scss-package v0.0.8

Weekly downloads
106
License
ISC
Repository
github
Last release
3 years ago

Install

npm install @gthierman/scss-package-test

Import into Jekyll

In your Jekyll project, make sure you configure the sass load paths in _config.yml to include node_modules

sass:
  load_paths:
    - _sass
    - node_modules

In your main SCSS file:

@import
  "@gthierman/scss-package/index"
;

Customize

To customize, create a new SCSS file - this can be called whatever you want. Import this BEFORE the package:

@import
  "scss-package-overrides",
  "@gthierman/scss-package/index"
;

Add your overrides to the file:

$font-sizes: (
  small: 14px,
  medium: 18px,
  large: 24px
);
0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago