scss paths in docs
This commit is contained in:
parent
103d188aff
commit
6508712beb
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ Colour palettes are provided as [CSS variables](https://developer.mozilla.org/en
|
||||||
|
|
||||||
```scss
|
```scss
|
||||||
/* global.scss */
|
/* global.scss */
|
||||||
@import '@reuters-graphics/graphics-components/dist/scss/colours/primary/_blue.scss';
|
@import '@reuters-graphics/graphics-components/scss/colours/primary/blue';
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: var(--grey-400); // Included by default
|
color: var(--grey-400); // Included by default
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ If you'd like to set the style in SCSS, you'd use the `Include` token like this:
|
||||||
<p>Lorem ipsum...</p>
|
<p>Lorem ipsum...</p>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import '@reuters-graphics/graphics-components/dist/scss/mixins';
|
@import '@reuters-graphics/graphics-components/scss/mixins';
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@include text-primary;
|
@include text-primary;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue