chore: clean up unnecessary deps
This commit is contained in:
parent
4667d45373
commit
35cd260ce5
18 changed files with 15 additions and 69 deletions
|
@ -65,9 +65,7 @@ The site include's Prism for code syntax highlighting and this is embedded and m
|
|||
{% capture css %}
|
||||
{% include "../assets/styles/prism.css" %}
|
||||
{% endcapture %}
|
||||
<style>
|
||||
{{ css | cssmin }}
|
||||
</style>
|
||||
<style>{{ css }}</style>
|
||||
```
|
||||
|
||||
{% endraw %}
|
||||
|
|
Reference in a new issue