Skip to content

Commit

Permalink
chore: Added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Sep 23, 2022
1 parent 721f16f commit c94cc00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
plugins: [
require('postcss-preset-env'),
require('cssnano')({
preset: 'default',
}),
],
};

0 comments on commit c94cc00

Please sign in to comment.