Skip to content

Commit b31140b

Browse files
committed
Unknown at rule @apply css(unknownAtRules) のエラーを解消
ref. tailwindlabs/tailwindcss#5258 (comment)
1 parent 5e95ae6 commit b31140b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
"titleBar.activeForeground": "#a5a5a5",
2626
"titleBar.inactiveBackground": "#35495e",
2727
"titleBar.inactiveForeground": "#a5a5a5"
28-
}
28+
},
29+
"scss.lint.unknownAtRules": "ignore"
2930
}

app/components/StorePageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import {
6363
</section>
6464
</template>
6565

66-
<style scoped>
66+
<style lang="scss" scoped>
6767
.paragraph {
6868
@apply text-sm leading-7 lg:text-lg lg:leading-8 text-vue-blue
6969
}

app/components/TimetablePageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ import ExplainText from '~/components/ExplainText.vue'
516516
</section>
517517
</template>
518518

519-
<style scoped>
519+
<style lang="scss" scoped>
520520
.timeslot {
521521
@apply text-lg xl:text-23 text-white text-center bg-timetable-timeslot col-span-3 md:col-span-1 min-h-10 pt-1.5 md:pt-[29px];
522522
}

0 commit comments

Comments
 (0)