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

8 lines
154 B
JavaScript
Raw Normal View History

2020-06-03 22:18:17 +00:00
module.exports = {
plugins: [
require('@tailwindcss/ui'),
],
purge: {
2020-06-16 23:29:40 +00:00
content: ['./src/**/*.js', "./src/**/*.ts", "./src/**/*.tsx"],
2020-06-03 22:18:17 +00:00
},
};