| commit | 2e463fb649fcff14d4025ddb91f630a98e7da526 | [log] [tgz] |
|---|---|---|
| author | Earl Lee <earl.lee@sketch.dev> | Thu Apr 17 11:22:22 2025 -0700 |
| committer | Earl Lee <earl.lee@sketch.dev> | Thu Apr 17 11:35:33 2025 -0700 |
| tree | 0e86854d80d2759a913870655f13226c31f9d30c |
Initial commit
diff --git a/loop/webui/postcss.config.js b/loop/webui/postcss.config.js new file mode 100644 index 0000000..12a703d --- /dev/null +++ b/loop/webui/postcss.config.js
@@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +};