mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
Add new 'use' and 'forward' at-rules to the overview (#397)
This commit is contained in:
parent
ba7c79e69a
commit
ddcbc9fd44
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user