Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Don't use deprecated mixin. #155

Merged
merged 1 commit into from
May 11, 2015

Conversation

jmcarp
Copy link
Contributor

@jmcarp jmcarp commented May 11, 2015

Bourbon is deprecating the box-sizing mixin because the CSS property
is now well-supported across browsers. Using the mixin throws a warning
with the current version of Bourbon and will error after the next major
release. If we want to support very old browser versions, it's safest to
add -moz-box-sizing etc. manually, but this probably isn't necessary.

See https://github.com/thoughtbot/bourbon/blob/86d2147511265db9cdb35b497e195b8c4649ee98/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss#L407-L411 for details.

Bourbon is deprecating the `box-sizing` mixin because the CSS property
is now well-supported across browsers. Using the mixin throws a warning
with the current version of Bourbon and will error after the next major
release. If we want to support very old browser versions, it's safest to
add `-moz-box-sizing` etc. manually, but this probably isn't necessary.
arowla added a commit that referenced this pull request May 11, 2015
@arowla arowla merged commit a84bfbf into fecgov:develop May 11, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants