tailwind 40apply

Solutions on MaxInterview for tailwind 40apply by the best coders in the world

showing results for - "tailwind 40apply"
Cayden
25 Mar 2019
1@tailwind base;
2
3@tailwind components;
4
5.btn-blue {
6  @apply bg-blue-500 text-white font-bold py-2 px-4 rounded;
7}
8.btn-blue:hover {
9  @apply bg-blue-700;
10}
11
12@tailwind utilities;