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

Missing col- prefix to col-*-offset-* #19562

Closed
mstnorris opened this issue Mar 17, 2016 · 2 comments
Closed

Missing col- prefix to col-*-offset-* #19562

mstnorris opened this issue Mar 17, 2016 · 2 comments
Labels

Comments

@mstnorris
Copy link

The compiled css in the dist directory, and my compiled css using the SCSS from npm and Laravel Elixir (gulp) are missing the col- prefix to the col--offset- classes.

I've posted a question on Stack Overflow to this effect as I thought it was me as one second it was working, and the next it wasn't so I am now thinking it was in when I ran npm update to get the latest and something changed in the last 24 hours or so.

The output for the column offsets is now just:

  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {

Please advise if this is intentional (and therefore the docs need to be updated) or if this is an error then how can I fix.

I'm now assuming it is intentional as the names have changed.

@iatek
Copy link
Contributor

iatek commented Mar 17, 2016

This change was described in #19099

@mstnorris
Copy link
Author

Yeah I had just spotted that. A few other issues too that can be closed - #19368

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants