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 a363ade commit ad3412aCopy full SHA for ad3412a
modules/@apostrophecms/asset/lib/webpack/media-to-container-queries-loader.js
@@ -66,7 +66,7 @@ module.exports = function (source) {
66
67
const containerQuery = convertToContainerQuery(mediaFeature, content);
68
69
- const root = postcss.parse(match.replaceAll(/[^\\]\\[frntv]/g, ''));
+ const root = postcss.parse(match.replaceAll(/(?<!\\)\\[frntv]/g, ''));
70
root.walkRules(rule => {
71
const newRule = rule.clone();
72
newRule.selectors = newRule.selectors.map(selector => {
0 commit comments