Skip to content

Styling the world

Dariel Noel Vila Plagado edited this page Sep 20, 2018 · 4 revisions

Proposal 1

Npm Module

node_modules
|
--- @front/landing-page-book
    |
    |---dist
        |
        |---themes
        |   |
        |   |----default
        |        |
        |        |----index.css
        |        |----index.legacy_browsers.css
        |        |----index.scss
        |        |----variables.scss
        |   |----pumpkin
        |        |
        |        |----index.css
        |        |----index.legacy_browsers.css
        |        |----index.scss
        |        |----variables.scss
        | 
        |---components
        |   |
        |   |---Hero
        |       |
        |       |---Hero.js
        |       |---style.scss
        |       |---style.css
        

Storybook

landing-page-book
    |
    |---src
        |
        |---themes
        |   |
        |   |----default
        |        |
        |        |----index.css
        |        |----index.scss
        |        |----variables.scss
        |   |----pumpkin
        |        |
        |        |----index.css
        |        |----index.scss
        |        |----variables.scss
        | 
        |---components
        |   |
        |   |---Hero
        |       |
        |       |---Hero.js
        |       |---style.scss
        
Clone this wiki locally