You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tailwind.config.js 192 B

123456789101112
  1. module.exports = {
  2. future: {
  3. // removeDeprecatedGapUtilities: true,
  4. // purgeLayersByDefault: true,
  5. },
  6. purge: [],
  7. theme: {
  8. extend: {},
  9. },
  10. variants: {},
  11. plugins: [],
  12. }