Skip to content

Commit 5a9abfe

Browse files
committed
pat checklist: Include styles from patterns-sass
1 parent 35047c1 commit 5a9abfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pat/checklist/checklist.js

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ export default Base.extend({
1818
all_radios: [],
1919

2020
init() {
21+
if (window.__patternslib_import_styles) {
22+
import("patterns-sass/components/_checklist.scss");
23+
}
24+
2125
this.options = parser.parse(this.el, this.options, false);
2226
this.$el.on("patterns-injected", this._init.bind(this));
2327
this._init();

0 commit comments

Comments
 (0)