-
Notifications
You must be signed in to change notification settings - Fork 15
Styling the world
Dariel Noel Vila Plagado edited this page Sep 20, 2018
·
4 revisions
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
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