File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - main
66 pull_request :
7- types : [opened, synchronize, reopened]
8- workflow_dispatch :
97concurrency :
108 group : ${{ github.ref }}
119 cancel-in-progress : true
Original file line number Diff line number Diff line change 6666 "clientKind" : " git" ,
6767 "useIgnoreFile" : true ,
6868 "defaultBranch" : " main"
69- },
70- "files" : {
71- // Biome can't parse syntax from Tailwind CSS like `--alpha(--value(--color-*, [color])`
72- "ignore" : [" **/*.css" ]
7369 }
7470}
Original file line number Diff line number Diff line change 275275
276276@utility scrollbar-thumb-* {
277277 --scrollbar-thumb-alpha : calc (--modifier (integer) * 1% );
278- --scrollbar-thumb : --alpha (--value (--color-* , [color]) / var (--scrollbar-thumb-alpha , 100% ));
278+ --scrollbar-thumb : --alpha (--value (--color-\ * , [color]) / var (--scrollbar-thumb-alpha , 100% ));
279279
280280 scrollbar-color : var (--scrollbar-thumb ) var (--scrollbar-track , transparent);
281281
287287
288288@utility scrollbar-track-* {
289289 --scrollbar-track-alpha : calc (--modifier (integer) * 1% );
290- --scrollbar-track : --alpha (--value (--color-* , [color]) / var (--scrollbar-track-alpha , 100% ));
290+ --scrollbar-track : --alpha (--value (--color-\ * , [color]) / var (--scrollbar-track-alpha , 100% ));
291291
292292 scrollbar-color : var (
293293 --scrollbar-thumb ,
You can’t perform that action at this time.
0 commit comments