You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
298 B
Markdown
16 lines
298 B
Markdown
6 years ago
|
# A Sass tutorial completed from the Web Designer magazine issue 282
|
||
|
|
||
|
Covers:
|
||
|
- variables
|
||
|
- mixins
|
||
|
- some built in functions
|
||
|
- compilation compression of scss files
|
||
|
- inheritance
|
||
|
- importing libraries from github.
|
||
|
|
||
|
## Instructions
|
||
|
|
||
|
`$ live-server`
|
||
|
|
||
|
`$ sass --watch scss/styles.scss:css/styles.css`
|