We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7baa1 commit b5d8fdeCopy full SHA for b5d8fde
packages/base/src/util/CSSTransformUtils.js
@@ -45,6 +45,7 @@ const replaceSelectors = (str, selector, replacement) => {
45
};
46
47
const adaptLinePart = (line, tag) => {
48
+ line = line.trim();
49
line = replaceSelectors(line, "::slotted", ``); // first remove all ::slotted() occurrences
50
51
// Host selector - replace it
0 commit comments