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

Adding a class before the unit class breaks responsiveness #44

Closed
msweeney opened this issue May 30, 2013 · 1 comment
Closed

Adding a class before the unit class breaks responsiveness #44

msweeney opened this issue May 30, 2013 · 1 comment
Labels

Comments

@msweeney
Copy link
Contributor

Currently, the responsive units are targeted using the ^= ("starts with") selector, which means that if another class precedes the unit class, then the rule will not apply.

One potential solution is to use the *= substring match. I've submitted #43 that applies this solution.

@tilomitra
Copy link
Contributor

Fixed. #43

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

2 participants