Brackets: Replace .border-radius mixin with border-radius css in brackets_patterns_override.less

Created on 26 Mar 2017  Â·  2Comments  Â·  Source: adobe/brackets

Description

In src/styles/brackets_patterns_override.less there are some mentions of .border-radius mixin.
These can safely replaced with the corresponding css border-radius.
So .border-radius(0 0 3px 3px); will be border-radius: 0 0 3px 3px;

There are some other mentions in the tree, but they are in bootstrap files or in files where it is necessary, so there should be left untouched.

Starter bug

All 2 comments

Hi, I would like to take this issue

Made a pull request to fix this issue. Checkout #13235

Was this page helpful?
0 / 5 - 0 ratings

Related issues

10polarbears picture 10polarbears  Â·  3Comments

macjabeth picture macjabeth  Â·  3Comments

asportnoy picture asportnoy  Â·  3Comments

declanmarks picture declanmarks  Â·  3Comments

ghost picture ghost  Â·  3Comments