Skip to content

Commit

Permalink
[Bug] Fix user-land scss compilation (#1456)
Browse files Browse the repository at this point in the history
Without this I get `File to import not found or unreadable: common/icons.`
  • Loading branch information
bbenezech authored and cmslewis committed Aug 17, 2017
1 parent f6ff705 commit a9daa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/icon/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS

@import "common/icons";
@import "../../common/icons";

#{$icon-classes} {
display: inline-block;
Expand Down

1 comment on commit a9daa3e

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Bug] Fix user-land scss compilation (#1456)

Preview: documentation
Coverage: core | datetime

Please sign in to comment.