Skip to content

Commit

Permalink
chore(README): Correct Sass paths in usage of TDS Sass variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoglesby08 authored Jul 27, 2017
1 parent ad01006 commit 36edaed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ variables, functions, or mixins.
```scss
// MyLoadingCard.scss

@import '~@telusdigital/tds/dist/helpers';
@import '~@telusdigital/tds/dist/mixins';
@import '~@telusdigital/tds/dist/variables';
@import '~@telusdigital/tds/dist/scss/helpers';
@import '~@telusdigital/tds/dist/scss/mixins';
@import '~@telusdigital/tds/dist/scss/variables';

.my-loading-card {
color: $color-accessible-green;
Expand Down

0 comments on commit 36edaed

Please sign in to comment.