tailwindcss/integrations/postcss-cli/tailwind.config.js
Jordan Pittman 30538b363f
Update integration tests (#8386)
* Add content glob integration tests

* Use tagged version in parcel integration tests

* Upgrade postcss-cli integration tests

* upgrade integration test deps

* Fix CS

* Fix tests

* Update lockfile

* Fix vite test in CI
2022-05-19 16:44:20 -04:00

11 lines
171 B
JavaScript

module.exports = {
content: ['./src/index.html', './src/glob/*.{js,html}'],
theme: {
extend: {},
},
corePlugins: {
preflight: false,
},
plugins: [],
}