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

Remove unnecessary style mixins #6430

Merged
merged 1 commit into from
Dec 19, 2018
Merged

Conversation

DokaRus
Copy link
Contributor

@DokaRus DokaRus commented Dec 17, 2018

@AntonSermyazhko added CSS autoprefixer in the #5148. So we can remove the most part of mixins.
This PR resolves #6403

@DokaRus DokaRus changed the title Rid of useless style mixins Remove unnecessary style mixins Dec 17, 2018
-ms-backface-visibility: @prop;
backface-visibility: @prop;
}

.flip-horizontally() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not to inline this mixin?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The most part of our mixins just pass setup to standard and vendor-prefixed properties (doing autoprefixer's job).
This mixin is "syntax sugar" unlike the others, so we can сontinue to use it.

@DokaRus DokaRus merged commit 0bc8c6e into DevExpress:18_2 Dec 19, 2018
@DokaRus DokaRus deleted the mixin_cleanup branch December 19, 2018 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants