mui / pigment-css

Pigment CSS is a zero-runtime CSS-in-JS library that extracts the colocated styles to their own CSS files at build time.
MIT License
693 stars 36 forks source link

[styled] Replace lowercase with lowerFirst #54

Closed siriwatknp closed 4 months ago

siriwatknp commented 4 months ago

Issue

if styleOverrides key is a camelCase, the style will not apply because of overrides[value.slot.toLowerCase()].

Fix

use lowercaseFirstLetter.