Skip to content

Commit d4eb3b2

Browse files
committed
Import tailwindcss directly
This is recommended in the docs
1 parent 12adfdc commit d4eb3b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/ChromeXt/manager.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ onMounted(() => {
8080
</script>
8181

8282
<style lang="postcss" scoped>
83-
@reference "tailwindcss/theme.css";
83+
@reference "tailwindcss";
8484
8585
h1 {
8686
@apply text-center text-2xl py-8;

components/chat/connect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function savename() {
5858
</script>
5959

6060
<style lang="postcss" scoped>
61-
@reference "tailwindcss/theme.css";
61+
@reference "tailwindcss";
6262
6363
.headtext {
6464
@apply font-semibold text-lg my-3 min-w-[64] pl-5;

components/layouts/header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function formatDateByLocale(date: Date, lang: string) {
4646
</script>
4747

4848
<style lang="postcss" scoped>
49-
@reference "tailwindcss/theme.css";
49+
@reference "tailwindcss";
5050
5151
h1 {
5252
@apply text-3xl text-center pb-16;

content/en/writing/2019-12-21-Workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ For `wayland` users, I have a `zsh` function in
9393
<!-- see [my instruction](https://github.com/JingMatrix/Shell/blob/master/toc/README.md) for details. -->
9494

9595
<style scoped>
96-
@reference "tailwindcss/theme.css";
96+
@reference "tailwindcss";
9797
input:focus {
9898
@apply shadow-md
9999
}

0 commit comments

Comments
 (0)