master-co / css

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

🐞 `outline:none` is broken #296

Closed oskar-gmerek closed 1 year ago

oskar-gmerek commented 1 year ago

Description

outline:* is always rewrited in css as outline:* solid. Because of this behavior there is impossible to use outline:none because this is translated to outline:none solid what is invalid property value.

There is also no unit tests cover that case.

Reproduction

  1. Add class outline:none to the input.
  2. See the broken css in dev tools.

System Informations

N/A

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 2.0.0-beta.193 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

1aron commented 1 year ago

@oskar-gmerek Thank you for describing the issue in detail. It has been resolved in https://github.com/master-co/css/releases/tag/v2.0.0-beta.193.

github-actions[bot] commented 10 months ago

:tada: This issue has been resolved in version 2.0.0-rc.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: