Skip to content

Commit

Permalink
fix: 🐛 Host mixin import (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepFromHeaven authored and jurekbarth committed Feb 26, 2019
1 parent 2448532 commit 6bdecfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _templates/component/with-prompt/style.ejs.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
to: <%= path %>/<%= componentName %>/styles.scss
---
@import "~@biotope/element/lib/host.mixin";
@import "node_modules/@biotope/element/lib/host.mixin";

@include host('<%= tagName %>') {

Expand Down

0 comments on commit 6bdecfd

Please sign in to comment.