0
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:
2024-02-14 15:19:17 +04:00
parent 631ca196c9
commit 399aeaeee8
3 changed files with 8 additions and 6 deletions

5
_includes/styles.html Normal file
View File

@ -0,0 +1,5 @@
{%- capture styles -%}
{%- include styles.scss -%}
{%- endcapture -%}
<style>{{- styles | scssify -}}</style>