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: yangxiaoleigithub/sublime-csscomb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: csscomb/sublime-csscomb
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.
  • 12 commits
  • 2,424 files changed
  • 6 contributors

Commits on Feb 3, 2015

  1. Update csscomb dependency

    tonyganch committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    4bb3de5 View commit details
    Browse the repository at this point in the history
  2. v1.0.1

    tonyganch committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    f1bd31f View commit details
    Browse the repository at this point in the history
  3. Fix loading of .csscomb.json

    chernetsov0 authored and tonyganch committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    f99ccd9 View commit details
    Browse the repository at this point in the history
  4. v1.0.2

    tonyganch committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    f37527e View commit details
    Browse the repository at this point in the history
  5. Add node path to setting

    fainder authored and tonyganch committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    debf091 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6092faf View commit details
    Browse the repository at this point in the history
  7. v1.1.0

    tonyganch committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    75e0b71 View commit details
    Browse the repository at this point in the history
  8. Fix CSScomb with Sass tmLanguage

    The Sass tmLanguage package can be used to highlight SCSS and Sass files. If
    used on an SCSS file, CSSComb does not run (since it does not match the scope
    name as starting with `source.scss`).
    
    This commit enables CSSComb for both Sass and SCSS files when being highlighted
    with the Sass tmLanguage package.
    
    Fixes csscomb#18
    karlhorky committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    14e3792 View commit details
    Browse the repository at this point in the history
  9. Merge pull request csscomb#52 from karlhorky/patch-1

    Fix CSScomb when Sass tmLanguage installed
    tonyganch committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    9b6467d View commit details
    Browse the repository at this point in the history
  10. v1.2.0

    tonyganch committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    bc9aef9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Upgrade to CSScomb 4.2.0

    loringdodge committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    0ceb8d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Merge pull request csscomb#86 from loringdodge/update-csscomb

    Upgrade to CSScomb 4.2.0
    loringdodge authored Oct 6, 2017
    Configuration menu
    Copy the full SHA
    d5f491b View commit details
    Browse the repository at this point in the history
Loading