-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add beth.css + remove old tailwind config
- Loading branch information
Showing
5 changed files
with
41 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
@import 'tailwindcss/base'; | ||
@import 'tailwindcss/components'; | ||
@import 'tailwindcss/utilities'; | ||
|
||
@import '@sethsharp/lumuix/dist/types/presets/styles.css'; | ||
|
||
:root { | ||
--primary-foreground: 168 84% 90%; | ||
|
||
--primary-50: 340 70% 98%; | ||
--primary-100: 339 85% 92%; | ||
--primary-200: 338 91% 84%; | ||
--primary-300: 337 85% 74%; | ||
--primary-400: 336 77% 63%; | ||
--primary-500: 335 100% 54%; | ||
--primary-600: 334 90% 44%; | ||
--primary-700: 333 83% 36%; | ||
--primary-800: 332 75% 29%; | ||
--primary-900: 331 66% 23%; | ||
--primary-950: 330 60% 19%; | ||
|
||
--secondary-50: 264 100% 94%; | ||
--secondary-100: 263 100% 88%; | ||
--secondary-200: 262 96% 78%; | ||
--secondary-300: 261 92% 68%; | ||
--secondary-400: 260 87% 58%; | ||
--secondary-500: 259 100% 48%; | ||
--secondary-600: 258 94% 38%; | ||
--secondary-700: 257 89% 29%; | ||
--secondary-800: 256 84% 22%; | ||
--secondary-900: 255 78% 17%; | ||
--secondary-950: 254 72% 12%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.