Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2018-11-21 21:51:47 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-21 21:51:47 +0300
commit58943c0257bc36307411c33572f861d825176bfc (patch)
tree175d698b82a41ee4df16a2960d0148d18d684bd4
parent73a98d97380e52d4cf2ec5aa8071b93e97e390ae (diff)
Sass precision documentation (#27705)
-rw-r--r--site/docs/4.1/getting-started/theming.md2
1 files changed, 1 insertions, 1 deletions
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