Add scheme
This commit is contained in:
parent
f53fb27968
commit
48ea8e049e
20
README.md
20
README.md
@ -1,5 +1,25 @@
|
||||
Pattern Template 7-1 Lite version, an extraordinarily neat architecture that any Web Designer can understand at a glance. Structure with the help of SASS.
|
||||
|
||||
``` txt
|
||||
sass/
|
||||
|
|
||||
|– _base.sass
|
||||
|– _header.sass
|
||||
|– _footer.sass
|
||||
|– _mixins.sass
|
||||
|– _typography.sass
|
||||
|– _variables.sass
|
||||
|– pages/
|
||||
| |– _home.sass
|
||||
| |– _contact.sass
|
||||
| ...
|
||||
|– vendors/
|
||||
| |– _bootstrap.sass
|
||||
| |– _jquery-ui.sass
|
||||
| ...
|
||||
`– main.sass
|
||||
```
|
||||
|
||||
# Compile SASS.
|
||||
|
||||
## Install
|
||||
|
Loading…
Reference in New Issue
Block a user