CSS is a boilerplate to manage your website's style from Sass.
node and yarn must be installed before running the project.
After cloning or forking this repository, run:
make install # Download dependenciesThe css will be built in the css/ directory.
Sources are in the sass/ directory.
Running the following will ouput css files in the css/ directory.
make runPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Color.review: a great tool for picking accessible colors;
- Menu "Hamburger" Icon Animations: a codepen with animation examples.