File tree Expand file tree Collapse file tree 5 files changed +0
-8
lines changed
Expand file tree Collapse file tree 5 files changed +0
-8
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 ) }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 </ >
Original file line number Diff line number Diff 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 && (
You can’t perform that action at this time.
0 commit comments