Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 879 Bytes

File metadata and controls

33 lines (21 loc) · 879 Bytes

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