mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-11 22:03:09 +00:00
Sass precision documentation (#27705)
This commit is contained in:
parent
73a98d9738
commit
58943c0257
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue