Masaaki Morishita

Results 72 comments of Masaaki Morishita

It dose not reproduce in my environment (Mac OS X 10.10, Node v4.2.3, atcss v2.0.0). Sorry, I don't have any windows machines. Can you tell me your Node and atcss...

@alexlibby I just released css-annotation v0.6.2, a dependency module of atcss. Please re-install atcss and confirm again.

Thank you for your report. I will fixe it :)

@jitendravyas Please show me your setup.

@tristanbes hudochenkov is right. Please use stylelint-order plugin :)

@hudochenkov Thank you for your advise. Could you tell me the me advantages to use stylelint-order instead of `declaration-block-properties-order` rule ? :)

c.f. https://github.com/morishitter/stylefmt/pull/232#issuecomment-260906321 The changes in https://github.com/morishitter/stylefmt/pull/232 are incompatible, so I plant to do [these changes](https://github.com/morishitter/stylefmt/issues/216#issue-180500987) in next major version (v6)

@jorgebucaran It is almost the same as prettier. If it a fine place, stylefmt supports for sorting declarations, reading the configuration file of editorconfig and so on.

Please tell me your environment. Do you use task runner? What version of Node.js do you use? and so on

@hudochenkov I will try to refactor all stylefmt's code and all of its default rules load from the original stylelint config (e.g. stylelint-config-stylefmt(optional)) on the next major version. > I...