1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41: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

@@ -38,9 +38,9 @@ section {
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
@@ -171,8 +171,7 @@ pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}

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));
}
}
}