mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
Fix stylelint
This commit is contained in:
@@ -62,8 +62,8 @@
|
||||
--#{$prefix}gap: #{$grid-gutter-width};
|
||||
|
||||
display: grid;
|
||||
grid-auto-flow: row;
|
||||
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
||||
grid-auto-flow: row;
|
||||
gap: var(--#{$prefix}gap);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user