2.3.2 • Published 7 years ago
fyndiq-styles-colors v2.3.2
fyndiq-styles-colors 
Fyndiq brand colors
Installation
The component can be installed through NPM:
npm i -S fyndiq-styles-colors
Usage
You can use the brand colors module for your CSS files (recommended) and Javascript files
CSS
@import "fyndiq-styles-colors/colors.css"
.myDiv {
color: var(--color-red);
}
JS
import colors from 'fyndiq-styles-colors'
<div style={{ color: colors.red }}>
Red text
</div>
API
See the source for more information about all colors