Skip to content

Remove semicolon in data options for Sass #10

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
wants to merge 1 commit into from
Closed

Remove semicolon in data options for Sass #10

wants to merge 1 commit into from

Conversation

yassilah
Copy link

With the current config, it's not possible to use .sass files as the data option contains a semicolon.

With the current config, it's not possible to use .sass files as the data option contains a semicolon.
@jawa-the-hutt
Copy link
Collaborator

@yerol I think the original genesis of this option was put in by your team to help with some things you are doing in Nativescript-Vue-Web. What impacts might there be from this change?

@yerol
Copy link
Contributor

yerol commented Apr 12, 2019

The platform flag is used to pass which environment we are building for to sass compiler. This way we can have platform specific (conditional) styles. I don't think removing semicolon would break anything though. As long as the platform variable stays there, and not overridden/removed.

@jawa-the-hutt
Copy link
Collaborator

@yassipad would you also please remove the semicolon from the .scss config just above the .sass config you had changed?

This way we maintain a consistency between the two.

@jawa-the-hutt
Copy link
Collaborator

Manually addressed in #19

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

Successfully merging this pull request may close these issues.

3 participants