Aron

Results 52 comments of Aron

@denis-sokolov The following could fix your problem 👍 ``` ::placeholder { line-height: normal; } ```

> > 🥳 `@master/[email protected]` is now available for the feature. > > Are the Docs available for this We expect the API to be re-designed in the upcoming `v2`, and...

Expect Master CSS to set `` according to `rootSize: 10` with: ```css html { font-size: 62.5%; } body { font-size: 1.625rem; } ```

It's not recommended to automatically set CSS for the user as it may have SEO related concerns like **FOUC** and **CLS**.

@mockingjet I'm currently not that satisfied with Master CSS' custom API either, so we expect to redesign the API in 2.0 ( AOT complication ). The structure you propose is...

> ### Description > It will be very useful if `master-css` can allow passing parameters to custom classes. > > For example > > ```js > Style.extend('classes', > { >...

@bhvngt The feature will not be implemented at this time, but it'll definitely be. We still need to do more investigations and practical applications internally, probably in the later stage...

@bhvngt MasterCSS is an new CSS language so you can use all native CSS features. # `:has()` You can now use `:has()`: ```html ... ``` # Related container properties For...