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

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/postcss.config.js')
-rw-r--r--exampleSite/postcss.config.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/postcss.config.js b/exampleSite/postcss.config.js
new file mode 100644
index 0000000..0757216
--- /dev/null
+++ b/exampleSite/postcss.config.js
@@ -0,0 +1,7 @@
+// postcss.config.js
+module.exports = {
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {},
+ }
+ } \ No newline at end of file