Skip to content

Instantly share code, notes, and snippets.

@akrawchyk
akrawchyk / writing-css.md
Created February 20, 2017 19:35 — forked from jednano/writing-css.md
Writing CSS

Writing CSS

This project uses cssnext, which allows us to use emerging CSS features at design time and transpile into currently-supported, browser-compatible CSS at runtime.

Styles can be found in app/styles. Inside this folder, you should familiarize yourself with the following structure:

styles
├── config
│ ├── fonts.json