Skip to content

Commit

Permalink
docs (#15): Link to SO answer w/ Webpack import syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoppa committed Sep 24, 2020
1 parent bbd899b commit 2b7da24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -87,6 +87,7 @@ export default Vue.extend({
// So in a .scss file used by your project (safe to do globally, since the styles are wrapped by unique `vue-accessible-` prefixed roots)...

// Using Webpack syntax: `~` indicates "look in the current working directory"
// See https://stackoverflow.com/a/39535907/4167438
@import '~@politico/vue-accessible-selects/dist/mixins.scss';

@include select(
Expand Down

0 comments on commit 2b7da24

Please sign in to comment.