mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Fix dart-sass deprecation warning (#39030)
* Fix dart-sass deprecation warning * Fix wrong percentages --------- Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
413894d469
commit
d07d3a60c5
@ -56,7 +56,7 @@
|
||||
@mixin row-cols($count) {
|
||||
> * {
|
||||
flex: 0 0 auto;
|
||||
width: divide(100%, $count);
|
||||
width: percentage(divide(1, $count));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user