您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }