You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add skel-layout to the Editorial theme from HTML5Up—I want to use the important() priority—but I'm running into an error when I set grid: true on skel.layout().
The error is:
Uncaught TypeError: Cannot read property 'grid' of undefined.
I'm trying to add skel-layout to the Editorial theme from HTML5Up—I want to use the
important()
priority—but I'm running into an error when I setgrid: true
onskel.layout()
.The error is:
The error occurs at line 165 here: https://github.com/ajlkn/skel/blob/master/src/skel-layout.js#L165
The text was updated successfully, but these errors were encountered: