atom-stylefmt icon indicating copy to clipboard operation
atom-stylefmt copied to clipboard

Format your CSS using stylefmt.

Results 4 atom-stylefmt issues
Sort by recently updated
recently updated
newest added

Atom 1.18.0 Stylefmt 5.0.1 None of these methods for using the plugin exist: - Packages > stylefmt > Format CSS - Context Menu > Format CSS - Command Palette (⌘...

autoformat on save or on dropdown menu still not working for me ![style](https://cloud.githubusercontent.com/assets/1043531/20730626/9dd4e3ac-b63b-11e6-8f6f-74525eb0ed79.gif)

Hello! I have .stylelintrc in the folder (with css file) with the following rules: `{ "rules": { "max-empty-lines": 1 } }` Also installed plugin https://atom.io/packages/linter-stylelint, and it picks up my...

Everytime I use stylefmt to format a file, it removes the underlines and line-markings made by the linter package. You could have been lucky that it meant that all the...