1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-25 10:16:06 -05:00

restore tag lists above posts (not linked yet)

This commit is contained in:
2021-05-31 20:57:58 -04:00
parent 4f03874cd3
commit b4bec05098
5 changed files with 36 additions and 20 deletions

View File

@@ -73,15 +73,3 @@ $theme-map: (); // now declaring global variables this way: https://sass-lang.co
@function c($key) {
@return map-get($theme-map, $key);
}
@mixin hyphenate() {
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
@mixin truncate() {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}