the bola v2 website
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 252B

1234567891011121314
  1. module.exports = {
  2. content: [
  3. './resources/**/*.antlers.html',
  4. './resources/**/*.blade.php',
  5. './resources/**/*.vue',
  6. './content/**/*.md'
  7. ],
  8. theme: {
  9. extend: {},
  10. },
  11. plugins: [
  12. require('@tailwindcss/typography'),
  13. ],
  14. }