Skip to content

michaelthorne/itcss-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inverted Triangle CSS architecture inspired by Harry Roberts.

Setup

# install dependencies
yarn install

# run local server
gulp

# build for development
gulp build

# build for production with minification
gulp build --dist

What is ITCSS?

ITCSS stands for Inverted Triangle CSS. It is a sane, scalable, managed CSS architecture from Harry Roberts.

Further reading

Credits