Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 540 Bytes

REACT APP STARTER

Special Rules

Stylus

  • Module.styl will be pure css, sometimes we don't need css-modules, like using third part lib.
  • Module_.styl will use css-modules, so we could import Module_ from Module_.styl;