mirror of
https://github.com/jgthms/bulma
synced 2026-03-24 05:49:35 -07:00
Fix/divide (#3362)
* Use custom divide function * Add docs spacing table styles * Update changelog
This commit is contained in:
@@ -33,4 +33,4 @@ $tile-spacing: 0.75rem !default
|
||||
@for $i from 1 through 12
|
||||
&.is-#{$i}
|
||||
flex: none
|
||||
width: ($i / 12) * 100%
|
||||
width: (divide($i, 12)) * 100%
|
||||
|
||||
Reference in New Issue
Block a user