1.0.20 • Published 1 year ago

@cagov/ds-base-css v1.0.20

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Base CSS

This is a package of universal style rules for the Design System.

Preview

preview

Theming

Theme-specific stylesheets are generated by the build command.

A theme is composed of:

@import '../colorschemes/_cannabis'; /* theme colors */
@import '../_core';
  • A themed file defining specific values for standard colors
  • The core file which includes all sass files in the base-css package

CSS variables

All variables are defined using CSS variables with a fallback value.

There are variables defined in src/_variables.scss which are shared between all themes.

Theme specific values are defined in src/colorschemes

1.0.20

1 year ago

1.0.19

3 years ago

1.0.18

3 years ago

2.0.0-beta.1

3 years ago

1.0.15

3 years ago

1.0.13

3 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago