Skip to content

Commit

Permalink
Fix stylelint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Jun 28, 2023
1 parent 05f9261 commit 68eac1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/postcss_mixins/targetBoxShadow.pcss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* box-shadow for :target styles (no inset) */
/* !important to override PCSS utilities */
/* box-shadow for :target styles (no inset), !important to override PCSS utilities */
@define-mixin targetBoxShadow $outlineWidth: 2px, $outlineColor: var(--color-accent-fg) {
outline: none !important;
box-shadow: 0 0 0 $outlineWidth $outlineColor !important;
Expand Down

0 comments on commit 68eac1a

Please sign in to comment.