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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) #7080

Merged
merged 4 commits into from Jan 15, 2022

Commits on Jan 15, 2022

  1. Copy the full SHA
    b149ef4 View commit details
    Browse the repository at this point in the history
  2. re-add optional chaining

    This will allow us to be 100% sure that we can safely call
    hasOwnProperty in case we get some very strange objects.
    
    This will now also be compiled/transpiled by esbuild.
    RobinMalfait committed Jan 15, 2022
    Copy the full SHA
    dfa1bde View commit details
    Browse the repository at this point in the history
  3. import the internal postcss nesting plugin

    This allows us to work on it without re-compiling while running tests.
    Just like we do with all other code.
    RobinMalfait committed Jan 15, 2022
    Copy the full SHA
    a867056 View commit details
    Browse the repository at this point in the history
  4. update changelog

    RobinMalfait committed Jan 15, 2022
    Copy the full SHA
    73193e8 View commit details
    Browse the repository at this point in the history