Skip to content

Commit

Permalink
Add stylelint exception
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Sep 3, 2024
1 parent 765149c commit 6b66843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/less/components/gp-jumbotron.less
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
height: calc(100% - 64px);
}

// stylelint-disable plugin/no-unsupported-browser-features
.jumbotron_grid {
position: absolute;
opacity: .64;
Expand All @@ -242,6 +243,7 @@
mask-size: 100% 75%;
}
}
// stylelint-enable plugin/no-unsupported-browser-features
}

&_gradient {
Expand Down

0 comments on commit 6b66843

Please sign in to comment.