Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] Replace .border-radius mixin with border-radius css in brackets_patterns_override.less #11217

Open
core-ai-bot opened this issue Aug 30, 2021 · 2 comments

Comments

@core-ai-bot
Copy link
Member

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 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.

@core-ai-bot
Copy link
Member Author

Comment by parthsharma2
Monday Mar 27, 2017 at 11:07 GMT


Hi, I would like to take this issue

@core-ai-bot
Copy link
Member Author

Comment by parthsharma2
Monday Mar 27, 2017 at 13:52 GMT


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant