Update README.md

This commit is contained in:
Andros Fenollosa 2023-01-02 10:32:51 +01:00 committed by GitHub
parent 05ac8cf6d7
commit 3ca4be9c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@
sass/ sass/
| |
| abstracts/ | abstracts/
| | _functions.sass
| | _mixins.sass | | _mixins.sass
| | _variables.sass | | _variables.sass
| base/ | base/
@ -13,6 +12,7 @@ sass/
| | _helpers.sass | | _helpers.sass
| | _typography.sass | | _typography.sass
| components/ | components/
| | _alert.sass
| | _button.sass | | _button.sass
| ... | ...
| layout/ | layout/
@ -22,10 +22,11 @@ sass/
| | _home.sass | | _home.sass
| ... | ...
| themes/ | themes/
| | _default.sass | | _dark.sass
| ... | | _light.sass
| vendors/ | vendors/
| | _normalize.sass | | _normalize.sass
| | _owl-carousel.sass
| ... | ...
` main.sass ` main.sass
``` ```