master-co / css

The CSS Language and Framework
https://css.master.co
MIT License
1.75k stars 42 forks source link

🐞 The shorthand for line-height is not working. #350

Closed neneodonkor closed 1 month ago

neneodonkor commented 1 month ago

Description

When I use the shorthand lh:1.25 it does not work. However, when I use line-height:1.25 it works. The shorthand has been indicated in the documents: https://rc.css.master.co/docs/line-height.

I am using MasterCSS with Nuxt version: 3.11.2 and Vue version: 3.4.21

Reproduction

No response

System Informations

No response

1aron commented 1 month ago

lh: has been deprecated in favor of leading: https://github.com/master-co/css/releases/tag/v2.0.0-rc.27

neneodonkor commented 1 month ago

lh: has been deprecated in favor of leading: https://github.com/master-co/css/releases/tag/v2.0.0-rc.27

Oh wow, okay.