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

Libsass does not find unqualified *.css source anymore #29

Closed
sveetch opened this issue May 15, 2018 · 2 comments
Closed

Libsass does not find unqualified *.css source anymore #29

sveetch opened this issue May 15, 2018 · 2 comments
Labels

Comments

@sveetch
Copy link
Owner

sveetch commented May 15, 2018

Importing a CSS source like:

@import 'foo';

Does not find anymore an existing foo.css file.

See:

@sveetch sveetch added the bug label May 15, 2018
@sveetch
Copy link
Owner Author

sveetch commented May 15, 2018

Quick workaround for your projects until resolved:

  • Use @import 'foo.css'; import instead;
  • Rename file foo.css to foo.scss;

@sveetch
Copy link
Owner Author

sveetch commented May 16, 2018

Erratum, first cited workaround don't include source, instead replace it with an @import to the CSS source and that can't be valid in most deployment cases.

So the only workaround is to simply rename file so they are assumed like a Sass source.

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

No branches or pull requests

1 participant