Skip to content

Commit

Permalink
Remove unused image-url mixin. Remove rarely used tags from reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Apr 18, 2024
1 parent 9628e45 commit fa8675b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 89 deletions.
1 change: 0 additions & 1 deletion assets/sass/_init.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
@import 'mixins/clearfix/clearfix';
@import 'mixins/debug/debug';
@import 'mixins/flex-calc/flex-calc';
@import 'mixins/image-url/image-url';
@import 'mixins/rtl/rtl';
@import 'mixins/spacing/spacing';
26 changes: 0 additions & 26 deletions assets/sass/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,29 +85,3 @@ kbd,
samp {
font-family: var(--ff-monospace);
}

// Mark text

mark {
@extend %highlight-mark;
}

// Superscript / Subscript

sub,
sup {
// Prevent `sub` and `sup` elements from affecting the line height in
// all browsers.
font-size: var(--fs-xs);
line-height: 0;
position: relative;
vertical-align: baseline;
}

sub {
bottom: -.25em;
}

sup {
top: -.5em;
}
11 changes: 0 additions & 11 deletions assets/sass/components/highlight-mark/_highlight-mark.scss

This file was deleted.

50 changes: 0 additions & 50 deletions assets/sass/mixins/image-url/_image-url.scss

This file was deleted.

1 change: 0 additions & 1 deletion assets/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
@import 'components/grid-stack/grid-stack';
@import 'components/header/header';
@import 'components/hidden/hidden';
@import 'components/highlight-mark/highlight-mark';
@import 'components/icon-inline/icon-inline';
@import 'components/language-selector/language-selector';
@import 'components/list-straight-left/list-straight-left';
Expand Down

0 comments on commit fa8675b

Please sign in to comment.