From: Martijn Cuppens Date: Wed, 21 Nov 2018 18:51:47 +0000 (+0100) Subject: Sass precision documentation (#27705) X-Git-Tag: v4.2.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58943c0257bc36307411c33572f861d825176bfc;p=thirdparty%2Fbootstrap.git Sass precision documentation (#27705) --- diff --git a/site/docs/4.1/getting-started/theming.md b/site/docs/4.1/getting-started/theming.md index 964cb0bee5..9ab2a9bf8f 100644 --- a/site/docs/4.1/getting-started/theming.md +++ b/site/docs/4.1/getting-started/theming.md @@ -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