diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 13:00:59 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 13:00:59 +0200 |
| commit | aeed08dc46662a0d70e04bcea612a701633736e7 (patch) | |
| tree | a4077017d3519185ccd9ea08955fccdd737ffe17 /src_demo/components/_content.scss | |
| parent | Paths (diff) | |
| download | iro-design-aeed08dc46662a0d70e04bcea612a701633736e7.tar.gz iro-design-aeed08dc46662a0d70e04bcea612a701633736e7.tar.bz2 iro-design-aeed08dc46662a0d70e04bcea612a701633736e7.zip | |
Revert "Paths"
This reverts commit cc5329a5f4d3ea91cac93bc7f9b8f943b7ced226.
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 | } |
