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

123456789101112131415161718
  1. /** @type {import('tailwindcss').Config} */
  2. export default {
  3. content: [
  4. './resources/**/*.antlers.html',
  5. './resources/**/*.antlers.php',
  6. './resources/**/*.blade.php',
  7. './resources/**/*.vue',
  8. './content/**/*.md',
  9. ],
  10. theme: {
  11. extend: {},
  12. },
  13. plugins: [
  14. require('@tailwindcss/typography'),
  15. ],
  16. };