vscode-live-sass-compiler
vscode-live-sass-compiler copied to clipboard
Can you change the file name while compiling SCSS to CSS?
Hi,
Can I change the filename the css that is generated when I compile the scss file? For e.g. I have a main.scss file and I want an output file of style.css
@ritwickdey Please help us for the same issue. As in previous version I think this feature was there.
Hi, it's good for when you've one sass/scss, but when you've multiple sass/scss in a project.
If you've any suggestion, feel free to suggest me!
[hi, @rohitsachaan, no, that feature was not there ]
I'm still waiting for response.
Hi @ritwickdey, I have a problem. my project dir like: -a |-scss |--user |---index.scss |---setting.scss |---order.scss |--admin |---index.scss |---system.scss
I want generate a css dir like: -a |-css |--user |---index.css |---setting.css |---order.css |--admin |---index.css |---system.css
I don't know how to do it.
And I get a good way. can I use vscode variables to catch all path?
any update?
Hi, still waiting for the update. We would love to have an opportunity to change the output file name.
It would be nice to save different files into separate folders and say to the settings where I want to save each file.