Update README.md

This commit is contained in:
Andros Fenollosa 2019-03-03 09:34:00 +01:00 committed by GitHub
parent afc60f75f2
commit e24f56c1d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,21 +2,31 @@
``` txt ``` txt
sass/ sass/
| |
| _base.sass | abstracts/
| _header.sass | | _functions.sass
| _footer.sass | | _mixins.sass
| _mixins.sass | | _variables.sass
| _typography.sass | base/
| _variables.sass | | _base.sass
| | _fonts.sass
| | _helpers.sass
| | _typography.sass
| components/
| | _button.sass
| ...
| layout/
| | _footer.sass
| | _header.sass
| pages/ | pages/
| | _home.sass | | _home.sass
| | _contact.sass | ...
| ... | themes/
| vendors/ | | _default.sass
| | _bootstrap.sass | ...
| | _jquery-ui.sass | vendors/
| ... | | _normalize.sass
| ...
` main.sass ` main.sass
``` ```