From b4c9a8298a7db5113f168a85eb694acb93854c85 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Wed, 21 Nov 2018 18:15:58 +0100 Subject: [PATCH] Sass precision documentation --- 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 964cb0bee5f8..9ab2a9bf8fc0 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