-
-
Notifications
You must be signed in to change notification settings - Fork 533
Open
Description
At least small examples and links to where to look for more
---
output:
html_document: default
---
```{scss}
$main-color: salmon;
.bright {
background-color: $main-color;
}
```
This is a [*bright*]{.bright} word.
---
output:
html_document: default
---
```{sass}
$main-color: salmon
.bright
background-color: $main-color;
```
This is a [*bright*]{.bright} word.
yihui
Metadata
Metadata
Assignees
Labels
No labels