2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-23 20:40:36 +03:00

Update scss mixins to comply with scss-linting rules (#22151)

* Fixed some linting issues

* Run npm tasks after scss cleanup

* Revert "Run npm tasks after scss cleanup"

This reverts commit 1103a0da68d1846ad592eb4a105046a939557830.

* Property sort order for grid

* Let's respest the property order in the mixins

* Respect property sort order in reboot file

* ::-ms-expand is a vendor-prefix, add it to the scss-lint disable

* Revert hover mixin comment

* Fixed missing mixin hover-focus
This commit is contained in:
naicko
2017-03-18 21:06:05 +01:00
committed by Mark Otto
parent 08984ac8cd
commit 890c6041f3
15 changed files with 26 additions and 23 deletions
+1 -1
View File
@@ -4,8 +4,8 @@
@mixin make-container($gutters: $grid-gutter-widths) {
position: relative;
margin-left: auto;
margin-right: auto;
margin-left: auto;
@each $breakpoint in map-keys($gutters) {
@include media-breakpoint-up($breakpoint) {