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

Exclude "*.css" imports in SCSS/SASS #7059

Closed
bep opened this issue Mar 16, 2020 · 2 comments · Fixed by #7060
Closed

Exclude "*.css" imports in SCSS/SASS #7059

bep opened this issue Mar 16, 2020 · 2 comments · Fixed by #7060

Comments

@bep
Copy link
Member

bep commented Mar 16, 2020

We may eventually make this configurable, but this is esp. important to fix to get SCSS working as a preprocessor in combo with Tailwind etc. I noticed when I tested now that regular CSS gets translated to:

@import url(/Users/bep/dev/sites/mysite/assets/css/components/all.css);

Which I don't see how can ever work.

I'm not sure how I can fix this on "Hugo side", but I will have a look.

@bep bep added the Bug label Mar 16, 2020
@bep
Copy link
Member Author

bep commented Mar 16, 2020

Related: sass/libsass#2096

bep added a commit to bep/hugo that referenced this issue Mar 16, 2020
@bep bep added this to the v0.67.2 milestone Mar 16, 2020
@bep bep closed this as completed in #7060 Mar 16, 2020
bep added a commit that referenced this issue Mar 16, 2020
@github-actions
Copy link

github-actions bot commented Feb 5, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant