1000ch / atom-stylefmt

Format your CSS using stylefmt.
https://atom.io/packages/stylefmt
MIT License
33 stars 3 forks source link

3.1.2 only works #17

Closed antsav closed 7 years ago

antsav commented 7 years ago

tried latest 2 versions (3.2.1 and 3.2.0) and it's not working for me. only version 3.1.2 works fine my .stylelintrc is as simple as :

{
    "extends": "stylelint-config-standard",
    "rules": {
        "indentation": 4,
        "number-leading-zero": null,
        "declaration-empty-line-before": "never",
        "comment-empty-line-before": null,
        "unit-whitelist": [
            "px",
            "em",
            "rem",
            "s",
            "%",
            "deg",
            "ms"
        ]
    }
}
gucong3000 commented 7 years ago

Please try this PR #16

gucong3000 commented 7 years ago

stylefmt has API change, atom-stylefmt need to update. see: https://github.com/1000ch/atom-stylefmt/pull/16/files

antsav commented 7 years ago

can u please just merge so we'll just update from apm ?

gucong3000 commented 7 years ago

can u please just merge so we'll just update from apm ? @1000ch