Skip to content

Commit ab98c45

Browse files
committed
I doubt I'll ever use this - removing
1 parent 3d85457 commit ab98c45

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/assets/sass/modules/_blog.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,3 @@
115115
}
116116
}
117117
}
118-
119-
// Sunken initial on blog body opening paragraph first letter. TODO: when browser support is better?
120-
//@supports (initial-letter: 1) or (-webkit-initial-letter: 1) {
121-
// .article-body p:first-child::first-letter {
122-
// margin-right: 0.375em;
123-
// color: $color-text-visual-de-emphasis;
124-
// font-family: $font-serif;
125-
// -webkit-initial-letter: 3 2;
126-
// initial-letter: 3 2;
127-
// }
128-
//}

0 commit comments

Comments
 (0)