mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
chore: add PostCSS configuration
This commit is contained in:
3
postcss.config.cjs
Normal file
3
postcss.config.cjs
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
plugins: [require('autoprefixer')],
|
||||
};
|
||||
Reference in New Issue
Block a user