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

hidden-md never shows up #523

Closed
MitchTalmadge opened this issue Oct 13, 2016 · 2 comments
Closed

hidden-md never shows up #523

MitchTalmadge opened this issue Oct 13, 2016 · 2 comments
Assignees
Milestone

Comments

@MitchTalmadge
Copy link
Contributor

MitchTalmadge commented Oct 13, 2016

Using <b:column colMd="0">, hidden-md never appears in the classes. In fact, quite the opposite happens, and col-md-12 shows up. (Only if colMd is the only attribute. If colXs is specified, for example, then col-xs-# will appear and not col-md-12.) xs, sm, and lg work fine.

@stephanrauh
Copy link
Collaborator

It seems setting using zero is an undocumented feature. I fixed the bug nonetheless. I just hope I didn't break too many programs relying on the bug :(.

BTW, the additional col-md-12 seems to be important. It's added to every size, not only md. So I added it to `col-md="0"´, too.

@stephanrauh
Copy link
Collaborator

@TheCoder4eu @asterd Please have a look at my bugfix. I want to be sure I didn't break anything. Thanks!

BTW, I've documented these features at the basic.xhtml.

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

No branches or pull requests

3 participants