0.3.24 • Published 5 months ago

@wfp/themes-core v0.3.24

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 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

5 months ago

0.3.47

5 months ago

0.3.46

6 months ago

0.3.45

7 months ago

0.3.44

7 months ago

0.3.43

9 months ago

0.3.42

9 months ago

0.3.41

10 months ago

0.3.39

10 months ago

0.3.40

10 months ago

0.3.38

10 months ago

0.3.37

10 months ago

0.3.36

10 months ago

0.3.35

10 months ago

0.3.34

10 months ago

0.3.33

1 year ago

0.3.31

1 year ago

0.3.30

1 year ago

0.3.32

1 year 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

2 years ago

0.3.9

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years 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