-
I am using the atom package stylefmt, but when formatting the css and scss code, it doesn't respect the .stylelintrc file in my project. It formats the files using standard rules of some kind.
I don'…
Bubbi updated
7 years ago
-
Stylefmt position itself as a tool, which changes CSS according to stylelint's config. But it's not entirely accurate. Stylefmt has opinionated default settings, which applies regardless stylelint's c…
-
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 errors/warnings were fixed, but…
Bubbi updated
8 years ago
-
Hi, I intend to remake stylefmt to be more simpler. Now, [prettier](https://github.com/prettier/prettier) is very famous as a formatter of many languages. So I thought, stylefmt is no longer needed. B…
-
It looks like stylefmt isn't reading .stylelintrc.json in the root of my project and is falling back to the default .stylelintrc that it's shipped with. Does stylefmt support the JSON file extension?
-
So you use https://github.com/morishitter/stylefmt to format at runtime, then https://stylelint.io to lint at CI time.
## Dev Time
Looks like we can use: https://www.npmjs.com/package/styled-com…
-
stylefmt: 4.2.3
Node.js: 6.3.1
OS: macOS
Input CSS:
``` css
@charset 'utf-8';
@font-face {
font-family: 'VarelaRound';
src: url('varela-round/varelaround-regular-webfont.woff') format('woff');
…
-
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 (⌘ + shift + P) > Format CSS
No …
-
- get rid of default formatting rules
- optionaly, we can load it from stylelint-config-stylefmt
- support almost all stylelint rules related to the formatting
- refactoring
- drop node v4?
- craf…
-
TypeError: Cannot read property 'split' of undefined
at declarationEmptyLineBefore (node_modules\stylefmt\lib\formatDecls.js:65:33)
at node_modules\stylefmt\lib\formatDecls.js:26:26
at …