section h-full
This commit is contained in:
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user