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: postcss/postcss-mixins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.0.4
Choose a base ref
...
head repository: postcss/postcss-mixins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.0.0
Choose a head ref
  • 14 commits
  • 10 files changed
  • 4 contributors

Commits on Sep 22, 2022

  1. Typo

    ai authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    cd8e9f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    70ba959 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Typo

    ai committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    2812382 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Add funding option

    ai committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    ba60db6 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    ai committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    a29966b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Bump postcss from 8.4.21 to 8.4.31 (#158)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.21...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    b863ed9 View commit details
    Browse the repository at this point in the history
  2. Update dependencies and practies

    ai committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    6630823 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. New keyword: single-arg (#162)

    * - Introduced `asSingleArg` keyword to handle passing comma-separated CSS values as mixins' arguments
    - Included prettier version in the dev dependencies for the formatting consistency
    
    * README
    
    * PR fixes part1
    
    * PR fixes part2
    
    * asSingleArg => single-arg
    
    * grammar
    pciarach authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5a288dd View commit details
    Browse the repository at this point in the history
  2. Update ESLint config

    ai committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ece2c43 View commit details
    Browse the repository at this point in the history
  3. Update CI actions

    ai committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5a63a50 View commit details
    Browse the repository at this point in the history
  4. Remove Node.js 16 and 14 support

    ai committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d42d479 View commit details
    Browse the repository at this point in the history
  5. Move to node --test

    ai committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c0e3dc5 View commit details
    Browse the repository at this point in the history
  6. Add Github Releases support

    ai committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    54e7f1c View commit details
    Browse the repository at this point in the history
  7. Release 10.0 version

    ai committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1522e1c View commit details
    Browse the repository at this point in the history
Loading