We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d80ae commit a131879Copy full SHA for a131879
src/pat/checklist/checklist.js
@@ -18,6 +18,10 @@ export default Base.extend({
18
all_radios: [],
19
20
init() {
21
+ if (window.__patternslib_import_styles) {
22
+ import("patterns-sass/components/_checklist.scss");
23
+ }
24
+
25
this.options = parser.parse(this.el, this.options, false);
26
this.$el.on("patterns-injected", this._init.bind(this));
27
this._init();
0 commit comments