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

Grid column size not working #202

Open
shuangq opened this issue Jan 27, 2018 · 3 comments
Open

Grid column size not working #202

shuangq opened this issue Jan 27, 2018 · 3 comments

Comments

@shuangq
Copy link

shuangq commented Jan 27, 2018

It seems that in version 3.2 (beta) .col-[size]-[columns] is not working anymore. Tried to search it in the min.css but no such classes exist. Is this feature removed?

@adamjgrant
Copy link
Owner

Haven't removed it. Can you show me an example of one of the classes you're using?

Classes should follow the template of

.col-[1-12]
.col-[onethird, twothirds]
.col-[left, right]-[1-12, onethird, twothirds]

For example

.col-5
.col-onethird
.col-left-4

@shuangq
Copy link
Author

shuangq commented Feb 7, 2018

"size is the viewport size and columns is a number 1-12.". So for example,
.col-xs-2 or .col-lg-4

@mattb-prg
Copy link

Having the same problem as @shuangq. I'm looking through the dist css but not finding any rules for anything matching .col-[size]-[columns]

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

No branches or pull requests

3 participants