Wrong CSS built value for col-form-label #3946
Labels
3.x
comp: clay-css
Issues related to Clay CSS
type: bug
Issues reporting that Component is not doing what should be done
Milestone
ClayUI complies to a wrong css calc expression for the
col-form-label
class in padding values, since it uses this variable in the sum, that has four items:clay/packages/clay-css/src/scss/variables/_forms.scss
Line 10 in 144c39d
Sum performed here:
clay/packages/clay-css/src/scss/components/_forms.scss
Line 634 in 1debe8b
As you can see in the compiled
lib/css/base.css
it compiles to a wrong value:This breaks build using the latest
react-scripts
:Environment
The text was updated successfully, but these errors were encountered: