File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { dirname } from "path" ;
2- import { fileURLToPath } from "url" ;
1+ import { dirname } from "node: path" ;
2+ import { fileURLToPath } from "node: url" ;
33import { FlatCompat } from "@eslint/eslintrc" ;
44
55const __filename = fileURLToPath ( import . meta. url ) ;
Original file line number Diff line number Diff line change 1- @import ' tailwindcss' ;
1+ @import " tailwindcss" ;
22
3- /* NOSONAR */
4- @plugin '@tailwindcss/forms' ;
3+ @plugin '@tailwindcss/forms' ; /*NOSONAR*/
54
6- /* NOSONAR */
7- @custom-variant dark (& : is (.dark * ));
5+ @custom-variant dark (& : is (.dark * )); /*NOSONAR*/
86
97/*
108 The default border color has changed to `currentcolor` in Tailwind CSS v4,
1513 color utility to any element that depends on these defaults.
1614*/
1715@layer base {
18-
1916 * ,
2017 ::after ,
2118 ::before ,
2219 ::backdrop ,
2320 ::file-selector-button {
2421 border-color : var (--color-gray-200 , currentcolor);
2522 }
26- }
23+ }
You can’t perform that action at this time.
0 commit comments