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 dd9e292 commit 9c4dd84Copy full SHA for 9c4dd84
src/components/block-css/use-block-style-generator.js
@@ -30,7 +30,6 @@ export const useBlockCssGenerator = props => {
30
oldText.current = attributes.text
31
return oldCss.current
32
}
33
-
34
// Gather only the attributes that have values and all their
35
// corresponding block style definitions.
36
const attrNamesWithValues = blockStyles.getAttributesWithValues( attributes )
0 commit comments