presentations/workshop-tailwind-css/demo/florida-drupalcamp/postcss.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
82 B
JavaScript
Raw Normal View History

2021-02-11 12:00:00 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}