We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa566f1 commit 8821844Copy full SHA for 8821844
resources/sass/_vars.scss
@@ -1,5 +1,12 @@
1
// Variables
2
-///////////////
+// A range of SASS and plain CSS variables used in BookStack
3
+////////////////////////////////////////////////////////////
4
+
5
+// This is simply placed here at the top to prevent parsing/rendering issues
6
+// where built CSS files may have a starting BOM mark which can break the first css rule
7
+// when used inline, so this is here as a sacrifice in such scenarios instead of an important rule.
8
+// Related: https://github.com/sass/dart-sass/issues/472
9
+.dummy-style {color: red;}
10
11
// Screen breakpoints
12
$bp-xxxl: 1700px;
0 commit comments