summaryrefslogtreecommitdiff
path: root/examples/tailwindcss
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tailwindcss')
-rw-r--r--examples/tailwindcss/snowpack.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/tailwindcss/snowpack.config.js b/examples/tailwindcss/snowpack.config.js
new file mode 100644
index 000000000..5a800b10f
--- /dev/null
+++ b/examples/tailwindcss/snowpack.config.js
@@ -0,0 +1,3 @@
+module.exports = {
+ workspaceRoot: '../../'
+};