From 7136e23aeffa14b37443ce262f3c3cadc5d0a5e3 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 27 Jan 2026 15:47:37 +0000 Subject: [PATCH] =?UTF-8?q?refactor:=20Sass/SCSS=E3=82=92=E5=89=8A?= =?UTF-8?q?=E9=99=A4=E3=81=97=E3=83=97=E3=83=AC=E3=83=BC=E3=83=B3CSS?= =?UTF-8?q?=E3=81=B8=E7=A7=BB=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - sassパッケージを削除 - skeleton-sass-officialをskeleton-css(プレーンCSS版)に置き換え - 全コンポーネントのSCSSネストをフラットなCSSに変換 - lang="scss"を削除 - util.scssをutil.cssにリネーム - nuxt.config.tsからscssプリプロセッサ設定を削除 https://claude.ai/code/session_01LVVJWig1hpoPHcoVkQCZWe --- assets/css/{util.scss => util.css} | 0 components/Contact.vue | 61 +++++++++-------- components/Home.vue | 106 +++++++++++++++-------------- components/Works.vue | 67 ++++++++++-------- nuxt.config.ts | 16 ++--- package-lock.json | 38 ++++------- package.json | 3 +- pages/index.vue | 10 +-- 8 files changed, 147 insertions(+), 154 deletions(-) rename assets/css/{util.scss => util.css} (100%) diff --git a/assets/css/util.scss b/assets/css/util.css similarity index 100% rename from assets/css/util.scss rename to assets/css/util.css diff --git a/components/Contact.vue b/components/Contact.vue index 75f142c..a4e2fe9 100644 --- a/components/Contact.vue +++ b/components/Contact.vue @@ -33,8 +33,8 @@ - diff --git a/components/Home.vue b/components/Home.vue index 619811d..dbfae6a 100644 --- a/components/Home.vue +++ b/components/Home.vue @@ -64,8 +64,8 @@ - diff --git a/components/Works.vue b/components/Works.vue index 2ac296a..55e2ccc 100644 --- a/components/Works.vue +++ b/components/Works.vue @@ -48,8 +48,8 @@ const reversedEvents = computed(() => { }) -