Skip to content
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

Can't use Line Breaks #453

Open
lavathor opened this issue Feb 25, 2022 · 1 comment
Open

Can't use Line Breaks #453

lavathor opened this issue Feb 25, 2022 · 1 comment

Comments

@lavathor
Copy link

OS:
Scout-App Version:
Information from Dev Tools:

image

@TheJaredWilcurt
Copy link
Member

A .sass file does not use curly braces or semicolons.

file.sass

.example
    color: #F00
    border: 0px

file.scss

.example {
    color: #F00;
    boder: 0px;
}

I suspect that is the issue, but have not ran locally to verify.

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