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.
2 parents 5415a6e + 2336fb4 commit d32e1d4Copy full SHA for d32e1d4
templates/theme-default/assets/js/main.js
@@ -11,6 +11,8 @@ if (params.environment !== 'production') {
11
listen();
12
13
// Polyfill css container queries
14
+// Parent classNames starting with `container-` cause errors.
15
+// See https://github.com/jungvonmatt/wekit/issues/26
16
const supportsContainerQueries = 'container' in document.documentElement.style;
17
if (supportsContainerQueries) {
18
console.log('CSS Container Queries: Native support');
0 commit comments