Skip to content

Instantly share code, notes, and snippets.

@Oxicode
Last active June 6, 2022 04:22

Revisions

  1. Oxicode revised this gist Jun 6, 2022. No changes.
  2. Oxicode revised this gist Jun 6, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion globals.css
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    // globals.css
    /* globals.css */
    .without-ring {
    @apply focus:ring-0 focus:ring-offset-0;
    }
  3. Oxicode revised this gist Jun 6, 2022. 2 changed files with 4 additions and 8 deletions.
    4 changes: 4 additions & 0 deletions globals.css
    Original 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;
    }
    8 changes: 0 additions & 8 deletions index.js
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,2 @@
    // globals.css
    .without-ring {
    @apply focus:ring-0 focus:ring-offset-0;
    }




    // random-form.js
    <input type="checkbox" className="without-ring" />
  4. Oxicode created this gist Jun 6, 2022.
    10 changes: 10 additions & 0 deletions index.js
    Original 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" />