File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 7
7
},
8
8
"devDependencies" : {
9
9
"tailwindcss" : " ^3.4.17"
10
+ },
11
+ "scripts" : {
12
+ "build" : " tailwindcss -i ./src/input.css -o ./src/output.css" ,
13
+ "watch" : " tailwindcss -i ./src/input.css -o ./src/output.css --watch"
10
14
}
11
15
}
Original file line number Diff line number Diff line change @@ -2007,6 +2007,21 @@ body::-webkit-scrollbar-thumb {
2007
2007
background-color : rgb (234 179 8 / var (--tw-bg-opacity , 1 ));
2008
2008
}
2009
2009
2010
+ .bg-amber-300 {
2011
+ --tw-bg-opacity : 1 ;
2012
+ background-color : rgb (252 211 77 / var (--tw-bg-opacity , 1 ));
2013
+ }
2014
+
2015
+ .bg-red-800 {
2016
+ --tw-bg-opacity : 1 ;
2017
+ background-color : rgb (153 27 27 / var (--tw-bg-opacity , 1 ));
2018
+ }
2019
+
2020
+ .bg-orange-400 {
2021
+ --tw-bg-opacity : 1 ;
2022
+ background-color : rgb (251 146 60 / var (--tw-bg-opacity , 1 ));
2023
+ }
2024
+
2010
2025
.bg-gradient-to-b {
2011
2026
background-image : linear-gradient (to bottom, var (--tw-gradient-stops ));
2012
2027
}
You can’t perform that action at this time.
0 commit comments