]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Sass precision documentation (#27705)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Wed, 21 Nov 2018 18:51:47 +0000 (19:51 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 21 Nov 2018 18:51:47 +0000 (20:51 +0200)
site/docs/4.1/getting-started/theming.md

index 964cb0bee5f82633db8f3dc803bcef3e3cbd37c8..9ab2a9bf8fc072dc064c199e19a36e9500ca42a7 100644 (file)
@@ -15,7 +15,7 @@ Now, theming is accomplished by Sass variables, Sass maps, and custom CSS. There
 
 ## Sass
 
-Utilize our source Sass files to take advantage of variables, maps, mixins, and more.
+Utilize our source Sass files to take advantage of variables, maps, mixins, and more. In our build we've increased the Sass rounding precision to 6 (by default it's 5) to prevent issues with browser rounding.
 
 ### File structure