0.3.24 • Published 3 months ago

@wfp/themes-core v0.3.24

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

Style-dictionary

The themes core generates design tokens by using Style Dictionary.

Generate tokens npm run build

Using existing theme

TODO: Add paragraph import variables from @un/themes-core/scss/variables;

Building a theme

Generate Source json on your own

The source can be json, preferably generated from Figma using Design Tokens.

An example can be found in tokens/design-tokens.tokens.json

// Add this to your package.json to generate a theme
scripts: {
    "build:theme": "node buildTheme.js",
}
// buildTheme.js configuration
const { config } = require('@un/themes-core/config.js');

/*
config() can be configured
source: defines the lookup for finding
Example can be found in tokens/design-tokens.tokens.json
*/
const source = 'tokens/**/*.json';

// BuildPath: Output for the build
const buildPath = 'dist';

config({ source, buildPath });
0.3.48

3 months ago

0.3.47

3 months ago

0.3.46

5 months ago

0.3.45

5 months ago

0.3.44

6 months ago

0.3.43

7 months ago

0.3.42

8 months ago

0.3.41

8 months ago

0.3.39

8 months ago

0.3.40

8 months ago

0.3.38

9 months ago

0.3.37

9 months ago

0.3.36

9 months ago

0.3.35

9 months ago

0.3.34

9 months ago

0.3.33

11 months ago

0.3.31

1 year ago

0.3.30

1 year ago

0.3.32

12 months ago

0.3.29

1 year ago

0.3.28

1 year ago

0.3.27

1 year ago

0.3.26

1 year ago

0.3.25

1 year ago

0.3.24

1 year ago

0.3.23

1 year ago

0.3.22

1 year ago

0.3.21

1 year ago

0.3.20

1 year ago

0.3.17

1 year ago

0.3.16

1 year ago

0.3.15

1 year ago

0.3.14

1 year ago

0.3.19

1 year ago

0.3.18

1 year ago

0.3.13

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.3.10

1 year ago

0.3.9

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.48

2 years ago

0.0.47

2 years ago