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

10 lines
119 B
JavaScript

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