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
2019-05-16 13:38:07 +01:00

13 lines
162 B
JavaScript

module.exports = {
prefix: 'tw-',
important: true,
theme: {
extend: {},
},
variants: {},
plugins: [],
corePlugins: {
preflight: false
}
}