This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/tailwind.config.js
2020-06-03 15:18:17 -07:00

8 lines
119 B
JavaScript

module.exports = {
plugins: [
require('@tailwindcss/ui'),
],
purge: {
content: ['./src/**/*.js'],
},
};