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

ghost picture ghost  路  3Comments

udaykapur picture udaykapur  路  4Comments

macjabeth picture macjabeth  路  3Comments

mrapino picture mrapino  路  3Comments

Hi,
KSSS10 picture KSSS10  路  3Comments