You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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- ]
The text was updated successfully, but these errors were encountered:
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.
Doesn't seem like the
css class prefix
is being set when coming from a build urlexample:
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 -
The text was updated successfully, but these errors were encountered: