This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
drupal-tailwindcss-purgecss.../web/themes/contrib/tailwindcss/tailwind.config.js

13 lines
162 B
JavaScript
Raw Normal View History

2019-05-16 12:07:02 +00:00
module.exports = {
prefix: 'tw-',
important: true,
theme: {
extend: {},
},
variants: {},
2019-05-16 12:38:07 +00:00
plugins: [],
corePlugins: {
preflight: false
}
2019-05-16 12:07:02 +00:00
}