A set of common UI Components using the power of CSS and without Javascript.
View the project | Download the zip
Please read this Coding Style for Issues and coding standards.
All changes must be made in /dev
folder. The CSS should be modified using the LESS preprocessor.
# Getting Started
# ---------------
# 1. Fork this repository and clone it into the current directory
git clone https://github.com/<your-username>/css-components.git
# 2. Navigate to the newly cloned directory
cd css-components
# 3. Install the dependencies
npm install
# Development
# -----------
# For watching your .less files changes and compile CSS
grunt w
# Build the project for deploy
grunt build
MIT License © Luiz Felipe Tartarotti Fialho