2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00
books/postcss.config.js

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

4 lines
84 B
JavaScript
Raw Normal View History

module.exports = {
plugins: [require('tailwindcss'), require('autoprefixer')],
};