UNPKG

feeds-fun

Version:

Frontend for the Feeds Fun — web-based news reader

15 lines (14 loc) 290 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./index.html", "./src/*.{vue,js,ts,jsx,tsx}", "./src/**/*.{vue,js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [ require('@tailwindcss/typography'), ], }