Last active
June 6, 2022 04:22
Revisions
-
Oxicode revised this gist
Jun 6, 2022 . No changes.There are no files selected for viewing
-
Oxicode revised this gist
Jun 6, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ /* globals.css */ .without-ring { @apply focus:ring-0 focus:ring-offset-0; } -
Oxicode revised this gist
Jun 6, 2022 . 2 changed files with 4 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ // globals.css .without-ring { @apply focus:ring-0 focus:ring-offset-0; } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,2 @@ // random-form.js <input type="checkbox" className="without-ring" /> -
Oxicode created this gist
Jun 6, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ // globals.css .without-ring { @apply focus:ring-0 focus:ring-offset-0; } // random-form.js <input type="checkbox" className="without-ring" />