1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-02 18:42:47 +02:00

🆙 prettier-stylelint -> stylelint-prettierに移行

This commit is contained in:
BcRikko
2018-11-26 21:59:11 +09:00
parent 658c51436e
commit ac150b25fc
6 changed files with 47 additions and 1244 deletions

View File

@@ -68,12 +68,7 @@
@each $type in $types {
&.is-#{nth($type, 1)} {
@include btn-style(
nth($type, 2),
nth($type, 3),
nth($type, 4),
nth($type, 5)
);
@include btn-style(nth($type, 2), nth($type, 3), nth($type, 4), nth($type, 5));
}
}
}