mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 17:03:55 +10:00
Migrate from Biome to Oxlint/Oxfmt (#2822)
* Migrate from Biome to Oxlint/Oxfmt * pin version of autofix * set version of autofix * pin version of autofix * [autofix.ci] apply automated fixes * better comments, test formatter * [autofix.ci] apply automated fixes * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/** biome-ignore-all lint/complexity/noImportantStyles: if it's important, it's important */
|
||||
|
||||
@import "tailwindcss";
|
||||
@import "tw-animate-css";
|
||||
@import "shadcn/tailwind.css";
|
||||
@@ -142,7 +140,7 @@
|
||||
|
||||
@layer base {
|
||||
* {
|
||||
@apply border-border outline-ring/50 min-w-0;
|
||||
@apply min-w-0 border-border outline-ring/50;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -151,12 +149,12 @@
|
||||
|
||||
input[type="number"] {
|
||||
margin: 0;
|
||||
@apply [appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none;
|
||||
@apply [appearance:textfield] [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none;
|
||||
}
|
||||
|
||||
/* Accessibility: Focus visible styles for links */
|
||||
a:focus-visible {
|
||||
@apply outline-2 outline-offset-2 outline-ring rounded-sm;
|
||||
@apply rounded-sm outline-2 outline-offset-2 outline-ring;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user