Skip to content

.sass files not supported #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rhanb opened this issue Jan 6, 2017 · 2 comments
Closed

.sass files not supported #16

rhanb opened this issue Jan 6, 2017 · 2 comments

Comments

@rhanb
Copy link

rhanb commented Jan 6, 2017

Hi,

I'm using nativescript-dev-sass in a project using Angular and Nativescript but i'm using .sass files and not .scss files, could it be supported?

Thanks

@rhanb rhanb changed the title Sa .sass files not supported Jan 6, 2017
@toddanglin
Copy link
Contributor

Definitely could be.

There are a handful of places in the converter.js and after-prepare.js files where this pattern is used to find files that will be parsed: app/**/*.scss

To extend support for *.sass, this pattern just needs to be updated. Don't have time directly to test, but if you want to test a patch and submit a PR, I'll happily merge!

@toddanglin
Copy link
Contributor

This will be supported in the next release (1.0.0). Available today as an RC release on NPM.

Support added with PR from @PeterStaev (#22)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants