stylefmt icon indicating copy to clipboard operation
stylefmt copied to clipboard

Is this tool for source file or generated file?

Open jitendravyas opened this issue 8 years ago • 2 comments

I'm confused how to add this to my workflow. I don't convert scss to css in my local setup

jitendravyas avatar Mar 17 '17 07:03 jitendravyas

@jitendravyas Please show me your setup.

morishxt avatar Mar 23 '17 07:03 morishxt

I'm using Grunt and Node Sass. I tried grunt plugin.

stylefmt: {
    format: {
      files: {
       'dest/output.css': ['src/input.css']
      }
    },
  },

My source files are scss files and I want to give a folder as a src. How to do that? I'm also using stylelint. I didn't understand that why stylefmt need dest path.

I just want to fix low hanging fruit in my source .scss files

jitendravyas avatar Mar 31 '17 17:03 jitendravyas