X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8ec26e80834841dd66ae6123dad8855d8509120f..refs/pull/5681/head:/resources/sass/_vars.scss diff --git a/resources/sass/_vars.scss b/resources/sass/_vars.scss index 26539656e..1a9590e73 100644 --- a/resources/sass/_vars.scss +++ b/resources/sass/_vars.scss @@ -1,5 +1,12 @@ // Variables -/////////////// +// A range of SASS and plain CSS variables used in BookStack +//////////////////////////////////////////////////////////// + +// This is simply placed here at the top to prevent parsing/rendering issues +// where built CSS files may have a starting BOM mark which can break the first css rule +// when used inline, so this is here as a sacrifice in such scenarios instead of an important rule. +// Related: https://github.com/sass/dart-sass/issues/472 +.dummy-style {color: red;} // Screen breakpoints $bp-xxxl: 1700px;