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

CSS class prefix does not apply from build url #79

Closed
jstewsy opened this issue Feb 23, 2016 · 3 comments · May be fixed by #109
Closed

CSS class prefix does not apply from build url #79

jstewsy opened this issue Feb 23, 2016 · 3 comments · May be fixed by #109

Comments

@jstewsy
Copy link

jstewsy commented Feb 23, 2016

Doesn't seem like the css class prefix is being set when coming from a build url

example:

http://modernizr.com/download?-cssanimations-csstransitions-touchevents-domprefixes-mq-prefixed-prefixes-setclasses-testallprops-testprop-teststyles-dontmin-cssclassprefix:modernizr-

What is expected::

modernizr build page with all customizations checked and input areas filled out

What happens::
all customizations including add class are checked to be used; however, the field for class prefix isn't populated with the passed in url attribute. In this example I would expect to see -

(✓) Add CSS classes
...with prefix [ modernizr- ]
@ryanseddon
Copy link
Member

Thanks for the bug report, if you want to have a go at putting a PR together to fix this I'd start by looking at index.js and see what that is doing with the cssclassprefix:modernizr- syntax.

@jstewsy
Copy link
Author

jstewsy commented Feb 24, 2016

@ryanseddon checkout #72 (comment)

@examinedliving
Copy link

I second this issue.

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

Successfully merging a pull request may close this issue.

3 participants