You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
At least small examples and links to where to look for more
The text was updated successfully, but these errors were encountered: