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
sass/
|
| _base.sass
| _header.sass
| _footer.sass
| _mixins.sass
| _typography.sass
| _variables.sass
|
| abstracts/
| | _functions.sass
| | _mixins.sass
| | _variables.sass
| base/
| | _base.sass
| | _fonts.sass
| | _helpers.sass
| | _typography.sass
| components/
| | _button.sass
| ...
| layout/
| | _footer.sass
| | _header.sass
| pages/
| | _home.sass
| | _contact.sass
| ...
| vendors/
| | _bootstrap.sass
| | _jquery-ui.sass
| ...
| ...
| themes/
| | _default.sass
| ...
| vendors/
| | _normalize.sass
| ...
` main.sass
```