File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 11/** @type {import('postcss-load-config').Config } */
22const config = {
3- plugins : {
4- tailwindcss : { } ,
5- } ,
6- } ;
3+ plugins : {
4+ tailwindcss : { }
5+ }
6+ }
77
8- export default config ;
8+ export default config
Original file line number Diff line number Diff line change 33@tailwind utilities;
44
55: root {
6- --background : # ffffff ;
7- --foreground : # 171717 ;
6+ --background : # ffffff ;
7+ --foreground : # 171717 ;
88}
99
1010@media (prefers-color-scheme : dark) {
11- : root {
12- --background : # ECECEC ;
13- --foreground : # 222222 ;
14- }
11+ : root {
12+ --background : # ececec ;
13+ --foreground : # 222222 ;
14+ }
1515}
1616
1717body {
18- color : var (--foreground );
19- background : var (--background );
20- font-family : Arial, Helvetica, sans-serif;
18+ color : var (--foreground );
19+ background : var (--background );
20+ font-family : Arial, Helvetica, sans-serif;
2121}
2222
2323@layer utilities {
24- .text-balance {
25- text-wrap : balance;
26- }
24+ .text-balance {
25+ text-wrap : balance;
26+ }
2727}
You can’t perform that action at this time.
0 commit comments