Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-03-29 17:44:38 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-03-29 17:44:38 +0300
commit10d5d8f0dff936c8b94efd9bf550c741b5495480 (patch)
tree7144f6a0772a7b7c66685082457a5f000d4cd104 /src
parentae599497f319d0974e65aa417947f123b3d3ba40 (diff)
introduce tailwindcss
Diffstat (limited to 'src')
-rw-r--r--src/sass/style.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/sass/style.scss b/src/sass/style.scss
index c1f8270..ef9511a 100644
--- a/src/sass/style.scss
+++ b/src/sass/style.scss
@@ -1 +1,6 @@
-@import "normalize"; \ No newline at end of file
+// @import "normalize";
+@import "tailwindcss/base";
+
+@import "tailwindcss/components";
+
+@import "tailwindcss/utilities"; \ No newline at end of file