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

Replace deprecated bourbon mixins with unprefixed CSS #1706

Merged
merged 4 commits into from
Feb 7, 2017

Conversation

jhawthorn
Copy link
Contributor

Bourbon has deprecated a swath of their mixins, planning to remove them in the upcoming 5.0.0. These mixins were for vendor prefixing, for which they now recommend using autoprefixer.

In the admin we only intend to support modern browsers, so we don't need prefixes here at all.

Bourbon is removed these mixins from bourbon 5.0 and recommend
autoprefixer as a replacement. Fortunately, we have no need to use
prefixes since our admin only supports modern browsers (IE11+)
Bourbon is removed these mixins from bourbon 5.0 and recommend
autoprefixer as a replacement. Fortunately, we have no need to use
prefixes since our admin only supports modern browsers (IE11+)
Bourbon is removed these mixins from bourbon 5.0 and recommend
autoprefixer as a replacement. Fortunately, we have no need to use
prefixes since our admin only supports modern browsers (IE11+)
Bourbon is removed these mixins from bourbon 5.0 and recommend
autoprefixer as a replacement. Fortunately, we have no need to use
prefixes since our admin only supports modern browsers (IE11+)
@jhawthorn jhawthorn merged commit 71dbc1c into solidusio:master Feb 7, 2017
@jhawthorn jhawthorn deleted the remove_bourbon_css_prefixes branch February 7, 2017 22:44
DanielWright pushed a commit to glossier/solidus that referenced this pull request Sep 27, 2017
Bourbon deprecated a variety of mixins in 4.3, and recommended using autoprefixer as a replacement. Use of the mixins in the canonical fork of Solidus was resolved in solidusio#1706, and this commit applies the same patch to the Glossier fork.
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

Successfully merging this pull request may close these issues.

2 participants