Commit e29be3da authored by 谢卓城's avatar 谢卓城

update variables.scss

parent 0d8c2cd3
...@@ -65,13 +65,13 @@ $flex-align-items: ( ...@@ -65,13 +65,13 @@ $flex-align-items: (
); );
@each $key, $value in $flex-justify-content { @each $key, $value in $flex-justify-content {
.flex-j-#{$key} { .justify-#{$key} {
justify-content: $value; justify-content: $value;
} }
} }
@each $key, $value in $flex-align-items { @each $key, $value in $flex-align-items {
.flex-a-#{$key} { .align-#{$key} {
align-items: $value; align-items: $value;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment