lauraenria / 100-Days-CSS

Challenge yourself and become a CSS expert in 100 days. Be creative, submit your result and check out what others have created.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to modify and run the project

  1. Choose your branch (do not touch master) eg. git checkout -b feature-name

  2. install less npm install -g less

    • and run npm install -g less-watch-compiler if you want watches folders(and subfolders)for file changes and automatically compile the less css files into css.
  3. cd static folder and run less-watch-compiler less css

    • syntax: less-watch-compiler [options] <source_dir> <destination_dir>

Resources and references

100 Days CSS Challenge

About

Challenge yourself and become a CSS expert in 100 days. Be creative, submit your result and check out what others have created.


Languages

Language:Less 41.1%Language:CSS 36.8%Language:HTML 20.9%Language:JavaScript 1.2%