0.2.35 • Published 3 days ago

@zanichelli/albe-design-tokens v0.2.35

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

Zanichelli logo

Zanichelli Design Tokens

Intro

This repo is an auxiliary project to zanichelli/design-system repo; it contains .scss files to generate css design tokens.

Structure

  • src/main.css: index file where everything is imported

  • src/modules: folder that contains every needed module

  • src/modules/theme: folder that contains themes files

  • src/modules/components: folder that contains classes to style components

  • src/modules/palette: folder that contains every available color in the palette

Naming Convention for Themes:

In case of implementation of a new theme, the following convention must be followed:

  • theme file name: {primary-color}-{secondary-color}.scss
  • theme class name: .theme-{primary-color}-{secondary-color}

Build

yarn build

Import in your project

<link rel="stylesheet" src="[***]/dist/tokens.css" />
<link rel="stylesheet" src="[***]/dist/themes/<theme-name>.css" />

or

@import "~@zanichelli/albe-design-tokens/dist/tokens.css";
@import "~@zanichelli/albe-design-tokens/dist/themes/<theme-name>.css";
0.3.0-RC-1

3 days ago

0.3.0-RC

3 days ago

0.3.0-RC-2

3 days ago

0.2.35

21 days ago

0.2.34

21 days ago

0.2.33

2 months ago

0.2.32

3 months ago

0.2.31

3 months ago

0.2.30

4 months ago

0.2.29

4 months ago

0.2.27

6 months ago

0.2.26

7 months ago

0.2.25

8 months ago

0.2.28

6 months ago

0.2.24

1 year ago

0.2.23

1 year ago

0.2.22

1 year ago

0.2.21

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.2.16

1 year ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.63

3 years ago

0.1.61

3 years ago

0.1.6

3 years ago

0.1.52

3 years ago

0.1.53

3 years ago

0.1.22

3 years ago

0.1.3

3 years ago

0.1.51

3 years ago

0.1.5

3 years ago

0.1.21

3 years ago

0.1.2

3 years ago

0.1.14

3 years ago

0.1.11

3 years ago