mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 00:20:26 +03:00
Integrating styles into an HTML file
This commit is contained in:
5
_includes/styles.html
Normal file
5
_includes/styles.html
Normal file
@ -0,0 +1,5 @@
|
||||
{%- capture styles -%}
|
||||
{%- include styles.scss -%}
|
||||
{%- endcapture -%}
|
||||
|
||||
<style>{{- styles | scssify -}}</style>
|
Reference in New Issue
Block a user