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
postcss-import resolves @import calls in CSS files and transforms it. For now when I try to import open-color using @import 'open-color'; it resolves to JSON file, which results in error.
Adding style item in package.json will solve this problem, and would be benefitial for most of CSS users. I'll create a PR adressing this issue.
The text was updated successfully, but these errors were encountered:
postcss-import resolves
@import
calls in CSS files and transforms it. For now when I try to import open-color using@import 'open-color';
it resolves to JSON file, which results in error.Adding
style
item inpackage.json
will solve this problem, and would be benefitial for most of CSS users. I'll create a PR adressing this issue.The text was updated successfully, but these errors were encountered: