Browse Source

fixup: postcss.config.js

pull/770/head
Philip H. 3 years ago
committed by GitHub
parent
commit
5359612f3d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      src/postcss.config.js

6
src/postcss.config.js

@ -1,6 +1,8 @@
'use strict';
module.exports = { module.exports = {
plugins: { plugins: {
tailwindcss: {}, tailwindcss: {},
autoprefixer: {}, autoprefixer: {},
} },
} };

Loading…
Cancel
Save