You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi there,
I just noticed a regression in
v1.3.0
/w Rollup v0.56.3 on Node v8.9.4. Given amain.scss
that imports other.scss
files: when I run arollup
build I am getting the following message:Downgrading to
v1.2.9
works perfectly.The text was updated successfully, but these errors were encountered: