react-toolbox-themr icon indicating copy to clipboard operation
react-toolbox-themr copied to clipboard

How to reuse variables (colors) defined on package.json

Open jacargentina opened this issue 8 years ago • 1 comments

I'm using this package to customize the theme, with this:

"reactToolbox": {
    "customProperties": {
      "color-primary-dark": "#607D8B"
    },
    "output": "client/"
  },

I want to make use of that new color-primary-dark color in my own custom .css files. There is some way to do that?

Cheers!

jacargentina avatar Jun 19 '17 13:06 jacargentina

Your example works for me - thanks

FDiskas avatar Jun 25 '17 19:06 FDiskas