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

Fix for #7112 #7323

Merged
merged 2 commits into from Dec 1, 2015
Merged

Fix for #7112 #7323

merged 2 commits into from Dec 1, 2015

Conversation

carbinemonoxide
Copy link

Preventing grid-column-end() from being overruled by specifics of grid-column().

grid-column-end() from grid/_position.scss (lines 43-47) is being overruled by the specificity of grid-column() from grid/_column.scss (lines 70-72). Preventing this from happening by adding !important to grid-colimn-end()'s float property.

gakimball added a commit that referenced this pull request Dec 1, 2015
@gakimball gakimball merged commit 04756a8 into foundation:develop Dec 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants