diff options
Diffstat (limited to 'src_demo/components/_content.scss')
| -rw-r--r-- | src_demo/components/_content.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src_demo/components/_content.scss b/src_demo/components/_content.scss index acd32a5..acfccbe 100644 --- a/src_demo/components/_content.scss +++ b/src_demo/components/_content.scss | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @use "pkg:iro-sass/bem"; | 1 | @use 'pkg:iro-sass/src/bem'; |
| 2 | 2 | ||
| 3 | @include bem.component("content") { | 3 | @include bem.component('content') { |
| 4 | grid-area: content; | 4 | grid-area: content; |
| 5 | overflow: auto; | 5 | overflow: auto; |
| 6 | } | 6 | } |
