Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Properly Disable Stylelint around mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephCurley committed Jan 11, 2022
1 parent 914d72f commit 7616267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/base/mixins/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
@import "typography";
@import "buttons";

/* stylelint-disable */
@mixin line-clamp($lines) {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: $lines;
overflow: hidden;
text-overflow: ellipsis;
}
/* stylelint-enable */

0 comments on commit 7616267

Please sign in to comment.