Skip to content

Commit

Permalink
Lib: %box-shadow-border-outline
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiriVulpes committed Jan 9, 2025
1 parent a5161b0 commit 2a36de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/default/mixins.chiri
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ $$border-colour!colour: currentcolor
%inset-border-not-top-1: box-shadow: #{box-shadow-inset-border-bottom-1}, #{box-shadow-inset-border-inline-1}
%inset-border-not-left-1: box-shadow: #{box-shadow-inset-border-right-1}, #{box-shadow-inset-border-block-1}
%inset-border-not-right-1: box-shadow: #{box-shadow-inset-border-left-1}, #{box-shadow-inset-border-block-1}
%box-shadow-border-outline: box-shadow: 0 0 0 2px light-dark(#000, #fff), 0 0 0 3px light-dark(#fff, #000)

$$box-shadow-intensity!length-percentage: 100%
%box-shadow-none: box-shadow: none
Expand Down

0 comments on commit 2a36de4

Please sign in to comment.