Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Allow using PostCSS config #3

Merged
merged 12 commits into from
Nov 2, 2020
Merged

Allow using PostCSS config #3

merged 12 commits into from
Nov 2, 2020

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    ccc459b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6e6480 View commit details
    Browse the repository at this point in the history
  3. patch ESLint

    allow mocking `cwd` in `RuleTester` test cases.
    
    Patch based on this pull request:
    eslint/eslint#12443
    jarrodldavis committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    d35c7c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fb45f7 View commit details
    Browse the repository at this point in the history
  5. update failing postcss test

    - add missing plugins
    - use interoperable config format
    - use `cwd` option in test case
    jarrodldavis committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    bb2c8ce View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    e453081 View commit details
    Browse the repository at this point in the history
  2. improve tests

    - increase timeout
    - don't printout stderr from `extract-classes-bin`
    jarrodldavis committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    9e4c328 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2da798 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    182de47 View commit details
    Browse the repository at this point in the history
  5. split test suites

    - split out postcss tests from default config tests
    jarrodldavis committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b2e090a View commit details
    Browse the repository at this point in the history
  6. prime class cache per suite

    - when loading test cases, add an additional test to prime the class
      cache for the upcoming test suite
    - remove custom timeout and lower slow test threshold back to 150
      milliseconds
    jarrodldavis committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    4c53ddf View commit details
    Browse the repository at this point in the history
  7. invalidate class cache on input stylesheet re-save

    this allows for a workaround for not picking up changes from
    `@import`-ed stylesheets
    jarrodldavis committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    5cfa625 View commit details
    Browse the repository at this point in the history