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

Add CSS Grid test for old & new syntaxes #2189

Merged
merged 3 commits into from
Apr 13, 2017
Merged

Add CSS Grid test for old & new syntaxes #2189

merged 3 commits into from
Apr 13, 2017

Commits on Apr 13, 2017

  1. Add CSS Grid test for old & new syntaxes

    While CSS Grid gets rolled out, it’s useful to have a way to target
    IE11 which does not support @supports() but does support old CSS Grid
    syntax, as does the new IE14.
    KuraFire committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    6aab916 View commit details
    Browse the repository at this point in the history
  2. Comma lost its way, but eventually found its home

    Probably better not to make builds fail.
    KuraFire committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    37935b5 View commit details
    Browse the repository at this point in the history
  3. Updating with Ryan & Patrick's requests

    - added new feature detect to lib/config-all.json
    - made the notice a JS comment instead of a formal warning
    KuraFire committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    34f4ced View commit details
    Browse the repository at this point in the history