Commit 180a5de4 authored by Kyle Keating's avatar Kyle Keating Committed by Kyle Keating

Update readme.md to include entry point for sass

parent e865e3a3
...@@ -15,6 +15,14 @@ $ npm install @hypothesis/frontend-shared --save ...@@ -15,6 +15,14 @@ $ npm install @hypothesis/frontend-shared --save
#### In SASS modules #### In SASS modules
To import default styling of frontend-shared components, include this line in the main project's SASS.
```sass
@use '@hypothesis/frontend-shared/styles';
```
Mixins can be imported directly
```sass ```sass
@use "@hypothesis/frontend-shared/styles/mixins" as mixins; @use "@hypothesis/frontend-shared/styles/mixins" as mixins;
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment