/
ddistanceOn
/
speechland
Обзор
Документация
Войти
/
ddistanceOn
/
speechland
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/components/atoms/Button/Button.module.css
11 строк
174 B
Roman Kondrashev
feat: create examples for developers, add structure of project, set up all technologies, ajust tailwind, change scss to postcss
29 июл 2024, 02:39
29 июл 2024, 02:39
503c736
Код
Авторство
О чём код?
@tailwind base; @tailwind components; @tailwind utilities; .button { @apply bg-blue-500 text-white font-bold py-2 px-4 rounded; } .button:hover { @apply bg-blue-700; }