Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Replace .border-radius mixin with border-radius css in brackets_patterns_override.less #13227

@ficristo

Description

@ficristo

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions