Inverted Triangle CSS architecture inspired by Harry Roberts.
# install dependencies
yarn install
# run local server
gulp
# build for development
gulp build
# build for production with minification
gulp build --dist
ITCSS stands for Inverted Triangle CSS. It is a sane, scalable, managed CSS architecture from Harry Roberts.