@Gauravvvv what was the comment you mentioned?

let's use px everywhere. Post...

Contribution Date
Technology
Contribution Project
Contribution Details

@Gauravvvv what was the comment you mentioned?

let's use px everywhere. Postcss will do the conversion. This should be 0 2px 4px rgba(0, 0, 0, 0.1);

Earlier it was same --module-table-filter-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1); and postcss converts it into --module-table-filter-box-shadow: 0 2px 0.25rem rgba(0, 0, 0, 0.1);. That's why I have used rem to avoid this.

Reason behind this is, any value below 4px is not compiling to px from rem unit.

Issue Status
Needs Review
Contribution Author
Files count
0
Patches count
0