/
IvanWake
/
cookieStore
Обзор
Документация
Войти
/
IvanWake
/
cookieStore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
tailwind.config.js
18 строк
323 B
Ivan Wake
start mobile version
25 мар 2024, 17:37
25 мар 2024, 17:37
ec1345b
Код
Авторство
О чём код?
/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./src/**/*.{js,jsx,ts,tsx}", ], theme: { screens: { 'tablet': '640px', 'laptop': '1024px', 'desktop': '1280px', }, extend: {}, }, plugins: [ require('tailwindcss'), require('autoprefixer'), ], }