Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegiunta authored Jun 4, 2018
1 parent 4aeacc1 commit e65c64e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ Given the following SCSS:
{% endscss %}
```

### Output format

Specifying an output format will take precedence over any default settings in `config/scss.php`.

`{% scss expanded %}`
Expand Down Expand Up @@ -121,6 +123,8 @@ Specifying an output format will take precedence over any default settings in `c
You can output the original SCSS line numbers within the compiled styles for better frontend debugging by appending debug `{% scss debug %}`
Note: this only works with the Expanded, Nested, and Compact output formats.

### @import

When you import a file using the `@import` directive, the current path of your Craft install is used as the search path.

Brought to you by [Chase Giunta](https://chasegiunta.com)

0 comments on commit e65c64e

Please sign in to comment.