25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

16 satır
283 B

  1. /** @type {import('tailwindcss').Config} */
  2. module.exports = {
  3. content: [
  4. "./components/**/*.{js,vue,ts}",
  5. "./layouts/**/*.vue",
  6. "./pages/**/*.vue",
  7. "./plugins/**/*.{js,ts}",
  8. "./app.vue",
  9. "./error.vue",
  10. ],
  11. theme: {
  12. extend: {},
  13. },
  14. plugins: [],
  15. }