csstools/postcss-advanced-variables

Not able to parse the contents of @import'd files

maxmilton opened this issue · 0 comments

When using @import, the plugin is not able to correctly parse stylesheet contents in some scenarios.

An obvious example of this is when using SASS style inline comments (// comment). Generally using any non-standard syntax will also cause the plugin to fail and leave the stylesheet contents unparsed.

Related issues: csstools/precss#112, csstools/precss#111, csstools/precss#110