aboutsummaryrefslogtreecommitdiff
path: root/apps/styx_web/assets/tailwind.config.js
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2021-08-29 13:45:35 +0200
committerJordan Bracco <href@random.sh>2021-08-29 13:45:35 +0200
commit85a8a84a3bcdd7d3e4f20d2b3356586875c3f1d7 (patch)
treea43d84b65f171e85b3ebedea31245e51a4ad2128 /apps/styx_web/assets/tailwind.config.js
parentHydra login/consent oauth2 flows (diff)
Move `assets/` to `apps/styx_web/assets`
Diffstat (limited to 'apps/styx_web/assets/tailwind.config.js')
-rw-r--r--apps/styx_web/assets/tailwind.config.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/styx_web/assets/tailwind.config.js b/apps/styx_web/assets/tailwind.config.js
new file mode 100644
index 0000000..6521013
--- /dev/null
+++ b/apps/styx_web/assets/tailwind.config.js
@@ -0,0 +1,16 @@
+module.exports = {
+ mode: 'jit',
+ purge: [
+ './app.js',
+ '../apps/styx_web/templates/*.dtl',
+ '../apps/styx_web/src/**/*.erl'
+ ],
+ darkMode: 'media',
+ theme: {
+ },
+ variants: {
+ extend: {},
+ },
+ plugins: [],
+ }
+