section h-full

This commit is contained in:
Salam-vsem
2025-05-21 00:00:21 +03:00
parent a2833c0ef4
commit 9913c09755
14 changed files with 54 additions and 20 deletions

View File

@@ -1,8 +1,13 @@
import { TW_WIDTHS } from './src/constants/images';
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
theme: {
extend: {
screens: {
xs: `${TW_WIDTHS.XS}px`,
},
colors: {
bg: {
main: 'rgba(19, 21, 20, 1)',