Skip to content

Commit 961c7d2

Browse files
committed
fix: remove unused hasCSSVariableValue
1 parent 277341f commit 961c7d2

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

src/block-components/button/edit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ const SizeControls = props => {
234234
description: __( 'Adjusts the space between the button text and button borders', i18n ),
235235
} }
236236
marks={ presetMarks }
237-
hasCSSVariableValue={ true }
238237
/>
239238
</> )
240239
}

src/block-components/columns/edit.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ export const Controls = props => {
288288
description: __( 'Sets the distance between two or more columns', i18n ),
289289
} }
290290
marks={ presetMarks }
291-
hasCSSVariableValue={ true }
292291
/>
293292
<AdvancedRangeControl
294293
label={ __( 'Row Gap', i18n ) }
@@ -302,7 +301,6 @@ export const Controls = props => {
302301
description: __( 'Sets the distance between two or more columns', i18n ),
303302
} }
304303
marks={ presetMarks }
305-
hasCSSVariableValue={ true }
306304
/>
307305
</>
308306
) }

src/block-components/helpers/borders/edit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export const BorderControls = props => {
135135
sliderMax={ props.borderSliderMax }
136136
placeholder={ props.borderRadiusPlaceholder }
137137
marks={ presetMarks }
138-
hasCSSVariableValue={ true }
139138
/>
140139
}
141140
<ShadowControl

src/block-components/helpers/size/edit.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const Layout = props => {
5252
} }
5353
visualGuide={ props.visualGuide }
5454
marks={ presetMarks }
55-
hasCSSVariableValue={ true }
5655
/> }
5756

5857
{ props.hasContentVerticalAlign &&
@@ -166,7 +165,6 @@ const Spacing = props => {
166165
visualGuide={ paddingVisualGuide }
167166
placeholder={ props.paddingPlaceholder }
168167
marks={ presetMarks }
169-
hasCSSVariableValue={ true }
170168
/>
171169

172170
{ props.enableMargin &&
@@ -185,7 +183,6 @@ const Spacing = props => {
185183
} }
186184
visualGuide={ marginVisualGuide }
187185
marks={ presetMarks }
188-
hasCSSVariableValue={ true }
189186
/>
190187
}
191188
</>

src/block-components/typography/edit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ export const Controls = props => {
277277
description: __( 'Sets the size of text characters', i18n ),
278278
} }
279279
marks={ presetMarks }
280-
hasCSSVariableValue={ true }
281280
/>
282281

283282
{ hasColor && (

0 commit comments

Comments
 (0)