# [ITCSS Boilerplate](https://www.userx.co.za/itcss-boilerplate/) [Inverted Triangle CSS](https://itcss.io/) architecture inspired by [Harry Roberts](@csswizardry). ## Setup ``` bash # 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](https://csswizardry.com/). ## Further reading - [Manage large CSS projects with ITCSS](http://www.creativebloq.com/web-design/manage-large-css-projects-itcss-101517528) - [Five insights from the year with Inverted Triangle CSS.](https://www.xfive.co/blog/itcss-year-after/) ## Credits - [Harry Roberts](https://twitter.com/csswizardry) - [Normalize.css](https://necolas.github.io/normalize.css/)