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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-05-13 17:56:33 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-05-13 17:56:33 +0300
commitbcacd76dca02303192263c700dd2497cc219620d (patch)
tree8301abdacf562b8c64b7fe14e1cebaa5cfbd35a1 /assets/css/tailwind.config.js
refactor: migrate to tailwindcss
Diffstat (limited to 'assets/css/tailwind.config.js')
-rw-r--r--assets/css/tailwind.config.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/tailwind.config.js b/assets/css/tailwind.config.js
new file mode 100644
index 0000000..dd6532c
--- /dev/null
+++ b/assets/css/tailwind.config.js
@@ -0,0 +1,7 @@
+module.exports = {
+ theme: {
+ extend: {}
+ },
+ variants: {},
+ plugins: []
+}