This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
site/tailwind.config.js

8 lines
81 B
JavaScript
Raw Normal View History

module.exports = {
content: [],
theme: {
extend: {}
},
plugins: []
}