Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
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-custom-properties
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.0.0
Choose a base ref
...
head repository: postcss/postcss-custom-properties
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 13 files changed
  • 3 contributors

Commits on Sep 22, 2021

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

Commits on Sep 28, 2021

  1. Fix type definitions (#257)

    The type definitions have slightly invalid syntax.
    { root: any } should be { root }: { root: any }
    noahtallen authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    1d622ea View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Switching to postcss-value-parser (#260)

    * Using new package
    
    * Using the new parser
    
    * Simplifying logic given how new parser works
    
    * Reworking the transforming logic to use the new parser
    
    * Whitespaces changes
    Antonio-Laguna authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    6c233a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Adding notice of monorepo migration (#263)

    * Using new package
    
    * Using the new parser
    
    * Simplifying logic given how new parser works
    
    * Reworking the transforming logic to use the new parser
    
    * Whitespaces changes
    
    * Adding warning to README
    Antonio-Laguna authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    6de39d3 View commit details
    Browse the repository at this point in the history
Loading