Results 14 comments of 管斌瑞

@pawel-kontakt I think `scss/variables.scss` should be imported both `Styles.js` and `scss/components.scss`. One for deps tracking in rollupjs and another for keeping context in sass.

@ngryman If `scss/variables.scss` not imported in JavaScript realm, **rollup.js** can not trace it and not rebuild after `scss/variables.scss` changed.Cause we lack the mechanism that plugin tells **rollup.js** dependencies information.

@pawel-kontakt It's OK.**rollup.js** will eliminate unused variables.

@d3sbar I stuck in same error. Fix that by removing `[http_proxy]` field in `~/.cargo/config`.