Skip to content

Commit

Permalink
Add new 'use' and 'forward' at-rules to the overview (sass#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
wimhendrikx authored and Natalie Weizenbaum committed Oct 22, 2019
1 parent ba7c79e commit ddcbc9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/documentation/at-rules.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ introduction: >
overview: true
---

* [`@use`](at-rules/use) loads mixins, functions, and variables from other Sass
stylesheets, and combines CSS from multiple stylesheets together.

* [`@forward`](at-rules/forward) loads a Sass stylesheet and makes its mixins,
functions, and variables available when your stylesheet is loaded with the `@use`
rule.

* [`@import`](at-rules/import) extends the CSS at-rule to load styles, mixins,
functions, and variables from other stylesheets.

Expand Down

0 comments on commit ddcbc9f

Please sign in to comment.