Skip to content

Commit

Permalink
feat(mixins-general): ✨ add logical-props to reset file
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton225 committed Jun 7, 2024
1 parent 990fa0d commit fbf8b5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/mixins/general/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// @access private

// @version 1.0.0
// @version 1.1.0

// @author Khaled Mohamed

Expand Down Expand Up @@ -80,6 +80,7 @@

// * Set core body defaults
body {
min-block-size: 100dvh;
min-height: 100dvh;
line-height: 1.5;

Expand Down Expand Up @@ -108,7 +109,9 @@
video,
canvas,
svg {
max-inline-size: 100%;
max-width: 100%;
block-size: auto;
height: auto;
display: block;
font-style: italic;
Expand Down

0 comments on commit fbf8b5f

Please sign in to comment.