Files
com.xaymar.www/assets/site.scss
T
Michael Fabian 'Xaymar' Dirks d189ed86d5 Add proper symbols
2022-11-27 06:23:13 +01:00

27 lines
440 B
SCSS

---
# Ensure Jekyll converts this file.
symbols:
- 23F5
- 23F8
- 23F9
- 26F6
- 1F507
- 1F509
- 1F50A
---
@import "_base.scss";
.symbol {
background-position: center center;
background-size: contain;
color: transparent;
}
{% for symbol in page.symbols %}.symbol[data-symbol="\{{symbol}}"] {
background-image: url("{{ "assets/symbols/u:symbol.svg" | replace_first: ":symbol", symbol | absolute_url }}");
}
{% endfor %}