Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 386 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 386 Bytes

Development

Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node, Yarn and Gulp installed globally. After that, from the theme's root directory:

$ yarn install
$ yarn dev

Now you can edit /assets/css/ files, which will be compiled to /assets/built/ automatically.