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

7 lines
146 B
JavaScript
Raw Normal View History

2020-06-03 22:18:17 +00:00
module.exports = {
2020-06-20 08:10:27 +00:00
plugins: [require('@tailwindcss/ui')],
purge: {
content: ['./src/**/*.js', './src/**/*.ts', './src/**/*.tsx'],
},
2020-06-20 08:08:44 +00:00
};