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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regex in resolve-value.js to allow nested CSS functions #97

Merged
merged 17 commits into from
Nov 25, 2019
Merged

Commits on Apr 16, 2019

  1. fixed regex in resolve-value.js

    This fix will make work, when using nested CSS functions in the same declaration.
    
    See #96
    juliovedovatto committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    adcc69c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    398a88e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. undo version bump

    juliovedovatto committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    6ce15de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff2e3a View commit details
    Browse the repository at this point in the history
  3. small code improvement to map css variables correctly (for nested var…

    …iables with CSS functions) and added few more tests.
    juliovedovatto committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    bd81a6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf638e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Code improviments to match var() declarations in nested CSS functions…

    …, using match-recursive libr
    
    .editorconfig removed
    juliovedovatto committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    cd5c5dc View commit details
    Browse the repository at this point in the history
  2. Update package.json

    package.json preinstall instruction added, to avoid npm not installing required package dependencies.
    juliovedovatto committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    9088a86 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Code improvements: changed regex match library to balanced-match and …

    …more tests added for css nested functions.
    juliovedovatto committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    f3b8ea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f51a60 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Revert "Update package.json"

    This reverts commit 9088a86.
    juliovedovatto committed May 9, 2019
    Configuration menu
    Copy the full SHA
    ba6e178 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

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

Commits on May 14, 2019

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

Commits on Jun 1, 2019

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

Commits on Jun 2, 2019

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

Commits on Jun 22, 2019

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

Commits on Nov 25, 2019

  1. Unused method removed

    juliovedovatto committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    eb8adbe View commit details
    Browse the repository at this point in the history