项目作者: michaelthorne

项目描述 :
Inverted Triangle CSS architecture boilerplate.
高级语言: CSS
项目地址: git://github.com/michaelthorne/itcss-boilerplate.git
创建时间: 2017-11-28T12:39:50Z
项目社区:https://github.com/michaelthorne/itcss-boilerplate

开源协议:

下载


ITCSS Boilerplate

Inverted Triangle CSS architecture inspired by @csswizardry">Harry Roberts.

Setup

  1. # install dependencies
  2. yarn install
  3. # run local server
  4. gulp
  5. # build for development
  6. gulp build
  7. # build for production with minification
  8. 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