Skip to content

Commit

Permalink
Merge pull request #189 from oystersjp/feature/v2-style
Browse files Browse the repository at this point in the history
[oysters.dev v2] CSSスタイル反映
  • Loading branch information
mii288 authored Aug 22, 2024
2 parents 4bf60fe + ce64341 commit a2c0fce
Show file tree
Hide file tree
Showing 68 changed files with 625 additions and 377 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import("prettier").Config} */
export default {
plugins: ['prettier-plugin-astro'],
plugins: ['prettier-plugin-astro', 'prettier-plugin-tailwindcss'],
semi: false,
singleQuote: true,
trailingComma: 'none',
Expand Down
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"recommendations": [
"astro-build.astro-vscode",
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint"
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"typescript",
"typescriptreact"
],
"files.associations": {
"*.css": "tailwindcss"
},
"stylelint.validate": ["html", "astro"],
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
Expand Down
80 changes: 80 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"postcss-html": "^1.7.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended": "^14.0.1"
}
Expand Down
48 changes: 0 additions & 48 deletions src/components/Activities/Activities.astro

This file was deleted.

14 changes: 0 additions & 14 deletions src/components/Activities/assets/coworking.svg

This file was deleted.

14 changes: 0 additions & 14 deletions src/components/Activities/assets/event.svg

This file was deleted.

Loading

0 comments on commit a2c0fce

Please sign in to comment.