arx-colors
v0.0.1
Published
npm i color-variables ### How to use it
Readme
Install:
npm i color-variables
How to use it
import package in your angular.json file
....
"arhitect":{
"build": {
"options":{
"styles":{
...
"./node_modules/@florin_arx/color-variables/arx-color-theme.css",
...
}
}
}
}