From 58943c0257bc36307411c33572f861d825176bfc Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Wed, 21 Nov 2018 19:51:47 +0100 Subject: [PATCH] Sass precision documentation (#27705) --- site/docs/4.1/getting-started/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2