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: leafo/scssphp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bastianjoel/scssphp
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.
  • 11 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 28, 2018

  1. Enable use of ampersand (&) as a variable value

    Added the ability for a value to be of Type::T_SELF for a variable, and therefore to be checked during the compiling of Type::T_ASSIGN children for their existence and replacement with the compiled parent selector the variable resides in. Doesn't have proper error checking yet, and will need further testing
    niaccurshi authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    bdb776e View commit details
    Browse the repository at this point in the history
  2. Enable use of ampersand (&) as a variable value

    Adds a selfCache() function to check if there's an attempt to use an ampersand (&) as a variable value, and if so defines a Type::T_SELF value to use in compilation.
    niaccurshi authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    6f4b121 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Various fixes to closer match Sass 3.5

    Updates to allow for (square) bracketed lists, selection of self(&) as a value for a variable, and fixes for @at-root declarations that include selectors and/or self(&) selectors in their first child blocks.
    niaccurshi authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    0dd316e View commit details
    Browse the repository at this point in the history
  2. Various fixes to closer match Sass 3.5

    Updates to allow for (square) bracketed lists, selection of self(&) as a value for a variable, and fixes for @at-root declarations that include selectors and/or self(&) selectors in their first child blocks.
    niaccurshi authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    a8553aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b286ce0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

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

Commits on Aug 13, 2018

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

Commits on Aug 30, 2018

  1. Merge branch 'm2'

    bastianjoel committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    c338ca2 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'm2'"

    This reverts commit c338ca2.
    bastianjoel committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    47b15fd View commit details
    Browse the repository at this point in the history
  3. Revert "Revert "Merge branch 'm2'""

    This reverts commit 47b15fd.
    bastianjoel committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    e526d6f View commit details
    Browse the repository at this point in the history
Loading