Update README.md
This commit is contained in:
parent
14b2a7a1fa
commit
23e2ca26ca
@ -39,3 +39,10 @@ node-sass --output-style compressed sass/main.sass css/main.css
|
|||||||
``` bash
|
``` bash
|
||||||
node-sass --watch --source-map true --output-style compressed sass/main.sass css/main.css
|
node-sass --watch --source-map true --output-style compressed sass/main.sass css/main.css
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Other variants
|
||||||
|
|
||||||
|
- [Pattern 7-1 with Split media](https://github.com/tanrax/pattern-7-1-with-split-media): The best, highly recommended ❤️)
|
||||||
|
- [Pattern 7-1](https://github.com/tanrax/pattern-7-1): Standard. **Not responsive design**.
|
||||||
|
- [Pattern 7-1 Lite with Split media](https://github.com/tanrax/pattern-7-1-lite-with-split-media): Simplified version for students or very small web sites.
|
||||||
|
- [Pattern 7-1 Lite](https://github.com/tanrax/pattern-7-1-lite): Simplified version for students or very small web sites. **Not responsive design**.
|
||||||
|
Loading…
Reference in New Issue
Block a user