UNPKG

postcss-css-variables

Version:

PostCSS plugin to transform CSS Custom Properties(CSS variables) syntax into a static representation

25 lines (23 loc) 294 B
{ "env": { "es6": true, "node": true, "browser": true, }, "parserOptions": { "ecmaVersion": 6, "sourceType": "module", "ecmaFeatures": { "jsx": true }, }, "globals": { "SystemJS": true, }, "extends": "eslint:recommended", "plugins": [ "react" ], "rules": { } }