Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Add scss language specification to markdown codeblock in README
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Mar 6, 2019
1 parent b260e51 commit ec66b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If echoing out CSS directly on your page doesn't sit well with you, you can add

Now you can include the SCSS files in your Sass bundler:

```
```scss
@import "primer-markdown/index.scss";
// The relative directories may be a little different for you.
@import "./../../node_modules/github-syntax-light/lib/github-light.css";
Expand Down

0 comments on commit ec66b27

Please sign in to comment.