File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@import url ('base/settings.css' ) layer(base);
22@import url ('base/svg.css' ) layer(base);
33@import url ('libs/hiding-header.css' ) layer(base);
4-
4+ /* stylelint-disable-next-line import-notation */
55@import 'tailwindcss' ;
66
77@theme {
2121 --text-8xl : 96px ;
2222 --text-9xl : 128px ;
2323}
24-
2524/*
2625 The default border color has changed to `currentcolor` in Tailwind CSS v4,
2726 so we've added these compatibility styles to make sure everything still
4645
4746 } */
4847}
49-
5048/* @ https://tailwindcss.jp/docs/functions-and-directives#layer */
5149@layer base {
5250 html {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const config = {
3535 } ,
3636 ] ,
3737 'custom-media-pattern' : '^([a-z][a-z0-9]*)(-[a-z0-9]+)*$' ,
38- 'custom-property-pattern' : '^([a-z][a-z0-9]*)(-[a-z0-9]+)*$' ,
38+ 'custom-property-pattern' : '^([a-z][a-z0-9]*)(-[a-z0-9]+)*(-\\*)? $' ,
3939 'comment-empty-line-before' : 'never' ,
4040 'declaration-block-no-duplicate-properties' : [
4141 true ,
You can’t perform that action at this time.
0 commit comments