Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SectorLabs/postcss-inline-class
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fe868fb
Choose a base ref
...
head repository: SectorLabs/postcss-inline-class
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e1c7525
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Sep 17, 2024

  1. Merge pull request #12 from SectorLabs/define-file-dependencies

    Signal webpack of file dependencies
    alexandrukis authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ebca4e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Use the updated API from v8 to define the plugin

    https://evilmartians.com/chronicles/postcss-8-plugin-migration
    This removes the warning "postcss-inline-class: postcss.plugin was deprecated"
    
    postcss-tape was update because the previous version was not compatible with
    post css v8 syntax: csstools/postcss-tape#5
    mihaiToader committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4afd297 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from SectorLabs/use-the-v8-updated-api

    Use the updated API from v8 to define the plugin
    mihaiToader authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e1c7525 View commit details
    Browse the repository at this point in the history
Loading