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

An @import loop has been found #78

Closed
raphaelokon opened this issue Feb 26, 2018 · 1 comment
Closed

An @import loop has been found #78

raphaelokon opened this issue Feb 26, 2018 · 1 comment

Comments

@raphaelokon
Copy link

Hi there,

I just noticed a regression in v1.3.0 /w Rollup v0.56.3 on Node v8.9.4. Given a main.scss that imports other .scss files: when I run a rollup build I am getting the following message:

// main.scss
@import "./base";
[!] (postcss plugin) Error: An @import loop has been found:
    /src/styles/main.scss imports /src/styles/main.scss

Downgrading to v1.2.9 works perfectly.

@egoist egoist closed this as completed in e7b435d Feb 27, 2018
@egoist
Copy link
Owner

egoist commented Feb 27, 2018

Fixed in v1.3.1

bung87 pushed a commit to bung87/rollup-plugin-postcss that referenced this issue Dec 3, 2019
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