-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
If I place some CSS in a code block, as so:
```css
@import url("...");
```
I'll get the output:
<a href='https://github.com/import' class='user-mention'>@import</a> url("...");
This becomes troublesome when Jekyll's asset pipeline is utilized to compile SASS stylesheets (which very liberally use @import
s).
I realize this is not an extremely high priority project, but it's definitely really cool and would love to be able to use this with Jekyll's SASS compiler.
Thanks for your time!
Metadata
Metadata
Assignees
Labels
No labels