You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Issue by ficristo
Sunday Mar 26, 2017 at 12:38 GMT
Originally opened as adobe/brackets#13227
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 beborder-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.
The text was updated successfully, but these errors were encountered: