arthur-feral / emogeez

MIT License
4 stars 1 forks source link

Use SASS variables for styles #5

Closed arthur-feral closed 6 years ago

arthur-feral commented 6 years ago

for now, colors are hardcoded in the stylesheets. add a new SASS file containing all the emojis styles (emojis.scss), and another containing all the color variables (variables.scss). Then in index.scss import both. If you want to override the variables, don't import the index.scss in your app, but create a new one importing your custom variable file and the emojis.scss file.