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.

37 line
1.0KB

  1. module.exports = {
  2. mode: 'jit',
  3. content: [
  4. '../templates/*.html'
  5. ],
  6. theme: {
  7. extend: {
  8. fontSize: {
  9. // xs: ['0.95rem', { lineHeight: '1.35' }],
  10. sm: ['0.95rem', { lineHeight: '1.35' }],
  11. base: ['1.08rem', { lineHeight: '1.35' }],
  12. // lg: ['1.125rem', { lineHeight: '1.5' }],
  13. // xl: ['1.25rem', { lineHeight: '1.6' }],
  14. // '2xl': ['1.5rem', { lineHeight: '1.88rem' }],
  15. // '3xl': ['1.875rem', { lineHeight: '2.25rem' }],
  16. '4xl': ['2.53rem', { lineHeight: '1' }],
  17. // '5xl': ['3rem', { lineHeight: '1.1' }],
  18. // '6xl': ['3.75rem', { lineHeight: '1.04' }],
  19. // '7xl': ['4.5rem', { lineHeight: '1.1' }],
  20. // '8xl': ['6rem', { lineHeight: '1' }],
  21. // '9xl': ['8rem', { lineHeight: '1' }],
  22. },
  23. colors: {
  24. // 'ggreen': {
  25. // light: '#67e8f9',
  26. // DEFAULT: 'var(--primary-color)',
  27. // dark: '#0e7490',
  28. // },
  29. },
  30. }
  31. },
  32. variants: {
  33. extend: {},
  34. },
  35. plugins: [],
  36. }