aboutsummaryrefslogtreecommitdiffstats
path: root/postcss.config.js
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-10-17 15:35:37 +0200
committerArmand Philippot <git@armandphilippot.com>2021-10-17 18:20:29 +0200
commit22adbcd1eb5f4233f65cc4f195298c32cfaa156e (patch)
tree5bbde76f8b6b8672a97485d1a47b1cbdf259c0b1 /postcss.config.js
chore: initial commit
Add default configuration for dev tools and needed packages
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/postcss.config.js b/postcss.config.js
new file mode 100644
index 0000000..287f8eb
--- /dev/null
+++ b/postcss.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+ plugins: [
+ require( 'autoprefixer' ),
+ ],
+};