Add basic SCSS as an example of how to do it for later
This commit is contained in:
parent
286327b116
commit
6c273a68e6
3 changed files with 15 additions and 0 deletions
9
styles/root.scss
Normal file
9
styles/root.scss
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@use "./vars/_colours.scss" as *;
|
||||
@use "./mixins/sr-only.scss" as *;
|
||||
|
||||
.screenreader {
|
||||
background-color: $background;
|
||||
color: $background;
|
||||
|
||||
@include sr-only;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue