master-co / css

The CSS Language and Framework

Home Page:https://css.master.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐞 The shorthand for line-height is not working.

neneodonkor opened this issue Β· comments

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

commented

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

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

Oh wow, okay.