0.0.13 • Published 6 months ago

postcss-gg-tokens v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

postcss-gg-tokens

PostCSS plugin to generate design tokens from JSON files.

.foo {
  /* Input example */
}
.foo {
  /* Output example */
}

Usage

Step 1: Install plugin:

npm install --save-dev postcss postcss-gg-tokens

Step 2: Check you project for existed PostCSS config: postcss.config.js in the project root, "postcss" section in package.json or postcss in bundle config.

If you do not use PostCSS, add it according to official docs and set this plugin in settings.

Step 3: Add the plugin to plugins list:

module.exports = {
  plugins: [
+   require('postcss-gg-tokens'),
    require('autoprefixer')
  ]
}
0.0.13

6 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago