Skip to content

Commit 55c31c5

Browse files
committed
pat bumper: Include styles from patterns-sass
1 parent 6a18cfc commit 55c31c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pat/bumper/bumper.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ export default Base.extend({
2727
trigger: ".pat-bumper",
2828

2929
init: function initBumper($el, opts) {
30+
if (window.__patternslib_import_styles) {
31+
import("patterns-sass/components/_bumper.scss");
32+
}
33+
3034
this.options = parser.parse(this.$el, opts);
3135
this.$container = this._findScrollContainer();
3236

0 commit comments

Comments
 (0)