mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Replace deprecated division in '_widths.scss'
This commit is contained in:
@@ -23,6 +23,6 @@ $widths-fractions: 1 2 3 4 5 !default;
|
||||
|
||||
.u-1\/2\@from-small {
|
||||
@media (min-width: $from-small) {
|
||||
width: span(1/2);
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user