Skip to content

Commit

Permalink
move tw up and override focus style (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull authored Sep 4, 2024
1 parent abdc2ce commit a796a3e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions assets/css/app.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// TailwindCSS
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';

// Tailwind overrides
input[type=text]:focus {
--tw-ring-color: transparent;
}

////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////
//
Expand Down Expand Up @@ -153,7 +163,3 @@
@import 'vendor/fixedsticky'; // needs refactor
@import 'utilities';

// TailwindCSS
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';

0 comments on commit a796a3e

Please sign in to comment.