grunt-sass-globbing icon indicating copy to clipboard operation
grunt-sass-globbing copied to clipboard

SASS syntax instead of SCSS?

Open esolitos opened this issue 8 years ago • 3 comments

I am using the sass syntax for my files and would be nice to get the same syntax generated for the "mass-import" files. I know libsass and Ruby Sass compilers are able to handle both files, it's just a matter of not mixing the two syntaxes in the same project.

esolitos avatar May 02 '16 11:05 esolitos

Ahem, i totally missed #21

esolitos avatar May 02 '16 11:05 esolitos

I have thougth about supporting Sass syntax in the last couple of days and have looked at the the pull request #21 offered for this feature request.

I will add support for Sass syntax, but I won't add an option "syntax: sass" - instead I will add options for every small part per line and automatically check the destination file ending which then defines the correct format. This will take some time and needs some refactoring of the code so that it won't get ugly as hell ;)

DennisBecker avatar May 06 '16 06:05 DennisBecker

This sounds awesome, even better than the #21. :)

esolitos avatar May 06 '16 07:05 esolitos