1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

feat: responsiveness of questions

This commit is contained in:
Kamran Ahmed
2023-09-03 23:12:27 +01:00
parent 61c3c88fb6
commit 9c75404d0c
6 changed files with 65 additions and 34 deletions

View File

@@ -1,6 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue,svg}'],
future: {
hoverOnlyWhenSupported: true,
},
theme: {
extend: {
typography: {