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 0b83ce7 commit 6777705Copy full SHA for 6777705
src/pat/auto-scale/auto-scale.js
@@ -4,7 +4,6 @@
4
* Copyright 2012 Humberto Sermeno
5
* Copyright 2013 Simplon B.V. - Wichert Akkerman
6
*/
7
-
8
import $ from "jquery";
9
import Base from "../../core/base";
10
import Parser from "../../core/parser";
@@ -25,6 +24,10 @@ export default Base.extend({
25
24
force_method: null,
26
27
init: function ($el, opts) {
+ if (window.__patternslib_import_styles) {
28
+ import("patterns-sass/components/_auto-scale.scss");
29
+ }
30
+
31
this.options = parser.parse(this.$el, opts);
32
if (this.force_method !== null) {
33
this.options.method = this.force_method;
0 commit comments