|
1 | | -@import "tailwindcss/base"; |
2 | | -@import "tailwindcss/components"; |
3 | | -@import "tailwindcss/utilities"; |
4 | | - |
5 | | -@import "@css/typography.css"; |
6 | | -@import "@css/forms.css"; |
7 | | -@import "@css/buttons.css"; |
8 | | -@import "@css/content.css"; |
| 1 | +@source "../../resources/js/"; |
| 2 | +@source "../../resources/views/"; |
| 3 | + |
| 4 | +@import "tailwindcss"; |
| 5 | + |
| 6 | +@import "./typography.css"; |
| 7 | +@import "./forms.css"; |
| 8 | +@import "./buttons.css"; |
| 9 | +@import "./content.css"; |
| 10 | + |
| 11 | +@plugin '@tailwindcss/forms'; |
| 12 | +@plugin '@tailwindcss/typography'; |
| 13 | + |
| 14 | +@theme { |
| 15 | + --font-*: initial; |
| 16 | + --font-text: "Arial", sans-serif; |
| 17 | + --font-heading: "Arial", sans-serif; |
| 18 | + |
| 19 | + --breakpoint-xs: 321px; |
| 20 | + --breakpoint-sm: 451px; |
| 21 | + --breakpoint-md: 671px; |
| 22 | + --breakpoint-lg: 769px; |
| 23 | + --breakpoint-xl: 1025px; |
| 24 | + --breakpoint-2xl: 1281px; |
| 25 | + --breakpoint-3xl: 1441px; |
| 26 | + --breakpoint-4xl: 1901px; |
| 27 | + |
| 28 | + --color-brand-50: #f3f6fb; |
| 29 | + --color-brand-100: #e5e9f4; |
| 30 | + --color-brand-200: #d0d9ed; |
| 31 | + --color-brand-300: #b0c0e0; |
| 32 | + --color-brand-400: #8a9fd0; |
| 33 | + --color-brand-500: #6a7fc1; |
| 34 | + --color-brand-600: #5b6bb5; |
| 35 | + --color-brand-700: #505aa5; |
| 36 | + --color-brand-800: #464c87; |
| 37 | + --color-brand-900: #3c416c; |
| 38 | + --color-brand-950: #282a43; |
| 39 | +} |
9 | 40 |
|
10 | 41 | #app { |
11 | 42 | @apply h-full; |
|
0 commit comments