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:SublimeText/PostCSS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:st2
Choose a base ref
...
head repository:SublimeText/PostCSS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 24 files changed
  • 3 contributors

Commits on Oct 3, 2024

  1. Convert syntax to sublime-syntax format

    requires ST3092+
    @deathaxe
    deathaxe committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    19f86e1View commit details
    Browse the repository at this point in the history
  2. Rewrite syntax for ST4

    requires ST4152+
    @deathaxe
    deathaxe committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    90ce805View commit details
    Browse the repository at this point in the history
  3. Simplify based on ST4180

    This commit removes all obsolete overrides and adds pure CSS syntax tests. ST4180 fully supports relaxed CSS nesting.
    @deathaxe
    deathaxe committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f8cc5fbView commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Fix interpolation issues

    @deathaxe
    deathaxe committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e6ae9f4View commit details
    Browse the repository at this point in the history
  2. Merge branch 'st4152'

    @deathaxe
    deathaxe committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ff1d72bView commit details
    Browse the repository at this point in the history
  3. Fix at-apply arguments

    Scope all identifiers `entity.other.attribute-name.class`. Tailwind CSS utility classes are denoted without leading period.
    @deathaxe
    deathaxe committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    133c989View commit details
    Browse the repository at this point in the history
  4. Merge branch 'st4152'

    @deathaxe
    deathaxe committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b6962a9View commit details
    Browse the repository at this point in the history
  5. Update readme

    @deathaxe
    deathaxe committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    35d1b94View commit details
    Browse the repository at this point in the history
  6. Merge branch 'st4152'

    @deathaxe
    deathaxe committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    caca26eView commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. Configuration menu
    Copy the full SHA
    a2ef710View commit details
    Browse the repository at this point in the history
  2. Merge branch 'st4152'

    @deathaxe
    deathaxe committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    9021263View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Add release script

    @deathaxe
    deathaxe committed May 1, 2025
    Configuration menu
    Copy the full SHA
    35b92e6View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. CI: Remove incompatible CSS assertions

    They require ST 4192+
    @deathaxe
    deathaxe committed May 8, 2025
    Configuration menu
    Copy the full SHA
    631cb8eView commit details
    Browse the repository at this point in the history
  2. CI: Fix syntax test name to enable tests

    syntax_test runner uses only files starting with `syntax_test_`.
    @deathaxe
    deathaxe committed May 8, 2025
    Configuration menu
    Copy the full SHA
    5befb38View commit details
    Browse the repository at this point in the history
  3. CI: Fix target branch

    @deathaxe
    deathaxe committed May 8, 2025
    Configuration menu
    Copy the full SHA
    a9e3177View commit details
    Browse the repository at this point in the history
  4. Merge branch 'st4152'

    @deathaxe
    deathaxe committed May 8, 2025
    Configuration menu
    Copy the full SHA
    b5ddc45View commit details
    Browse the repository at this point in the history
  5. CI: Adjust test runners and target branch

    This branch requires ST4080+
    @deathaxe
    deathaxe committed May 8, 2025
    Configuration menu
    Copy the full SHA
    f450720View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Add support for custom@importmodifier functions (#2)

    This commit adds patterns to scope function calls of unknown names within import at-rules, as PostCSS can add additional language features via plugins' custom parsers.
    @deathaxe
    deathaxe committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    8a11d76View commit details
    Browse the repository at this point in the history
  2. Merge branch 'st4152'

    @deathaxe
    deathaxe committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    b47d640View commit details
    Browse the repository at this point in the history
Loading