-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: add CODE_OF_CONDUCT.md * content: Add a news * remove news placeholders * content: Change to information of 2024 * fix: #64, delete hamburger-menu.svg (#82) * head内でfontの読み込みがcharsetの指定より先に来てしまう問題を修正 (#81) * stylelint を追加 (#80) * deps: add stylelint * chore: add stylelintrc and browserslist * chore: add stylelint scripts and githooks * fix: resolve error * chore: fix scss config * chore: update stylelint rules * chore: add firefox to browserslist * feat (wip): add sponsor (sakura internet) * feat: add sponsor * hotfix: remove shinkan and en --------- Co-authored-by: OKAMOTO Shigehiro <[email protected]>
- Loading branch information
Showing
21 changed files
with
2,190 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
customSyntax: "postcss-html" | ||
plugins: | ||
- "stylelint-scss" | ||
- "stylelint-declaration-block-no-ignored-properties" | ||
- "stylelint-no-unsupported-browser-features" | ||
- "stylelint-prettier" | ||
extends: | ||
- "stylelint-config-standard-scss" | ||
- "stylelint-config-recess-order" | ||
- "stylelint-config-prettier-scss" | ||
ignoreFiles: | ||
- node_modules/**/* | ||
rules: | ||
prettier/prettier: true | ||
plugin/declaration-block-no-ignored-properties: true | ||
plugin/no-unsupported-browser-features: | ||
- true | ||
- severity: "warning" | ||
ignore: ["css-nesting"] | ||
font-family-no-missing-generic-family-keyword: true | ||
declaration-block-no-shorthand-property-overrides: true | ||
selector-pseudo-element-colon-notation: "double" | ||
selector-pseudo-class-no-unknown: | ||
- true | ||
- ignorePseudoClasses: ["global"] | ||
no-duplicate-selectors: | ||
- true | ||
- severity: "warning" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
last 2 Chrome versions | ||
last 2 Edge versions | ||
last 2 Safari versions | ||
last 2 Firefox versions | ||
ios >= 15 |
Oops, something went wrong.