Skip to content

Commit

Permalink
docs(scss): fix scss syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin authored Dec 31, 2024
1 parent 5557607 commit f405933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/styling/setup-scss-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ _Please correct me if this should be different and open a [Github issue](https:/
// astro-breadcrumbs-config.scss
@use "astro-breadcrumbs/breadcrumbs.scss" with (
/// Your config goes here
/// $size-font: 12px;
/// $color-link: rebeccapurple;
$size-font: 12px,
$color-link: rebeccapurple
);
```
3. Import the SCSS file in your Astro file
Expand Down

0 comments on commit f405933

Please sign in to comment.