mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Add overflow-auto and overflow-hidden utilities
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
@each $value in $overflows {
|
||||
.overflow-#{$value} { overflow: $value !important; }
|
||||
}
|
||||
Reference in New Issue
Block a user