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

Fix for #1333 - No warnings when grid is turned off; Also added a subgrid warning #1334

Merged
merged 5 commits into from
Jul 11, 2020

Commits on Jul 11, 2020

  1. Fix postcss#1333 - /* autoprefixer grid: off */ will not output grid …

    …warnings
    Daniel Tonon committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    7986932 View commit details
    Browse the repository at this point in the history
  2. Adding test for postcss#1333 (preventing warnings when grid is turned…

    … off)
    Daniel Tonon committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    af115f0 View commit details
    Browse the repository at this point in the history
  3. Adding "npx" to "gulp play" command in playground CSS comment

    Not everyone has Gulp installed globally.
    This prevents people who don't have Gulp installed globally getting confused why "gulp play" doesn't work.
    Daniel Tonon committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    543ef3e View commit details
    Browse the repository at this point in the history
  4. Triggering a warning if "subgrid" is used for any CSS value

    IE does not support subgrid and Autoprefixer can't polyfill subgrid either.
    Daniel Tonon committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    14af8aa View commit details
    Browse the repository at this point in the history
  5. Updating tests to include subgrid warning

    Daniel Tonon committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    854ed35 View commit details
    Browse the repository at this point in the history