Add readme

This commit is contained in:
Fraham 2017-11-01 15:49:23 +00:00
parent 5febaa892e
commit bd3e103be5

View file

@ -34,6 +34,13 @@ Here's the full workflow for customization:
- preview changes with `npm start` and go to http://localhost:8080 (changes are automatically reloaded on page)
- OR run `npm run build` to create the new CSS in the /dist folder
### Adding a new color
- Go to file `src/color.less`
- Add a new varable and assign it to a color hex value
- Add the new variable to the list of colors
- Add a new variable for the light variation
- Once `npm start` or `npm run build` has been run then it will create the new css so that the new color can be used as a text, border or background
## Contributing
This project is open source and contributions are very welcomed. It is also as beginner friendly as possible, so don't be afraid to jump in if you've never contributed to any Git project before! Feel free to reach out if you are new and need help with the process.