diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 12:27:09 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 12:27:09 +0200 |
| commit | cc5329a5f4d3ea91cac93bc7f9b8f943b7ced226 (patch) | |
| tree | d16dea8f0a5edca2b610ecabeac5e93a4d98be2f /src_demo/components/_content.scss | |
| parent | Update _index.scss (diff) | |
| download | iro-design-cc5329a5f4d3ea91cac93bc7f9b8f943b7ced226.tar.gz iro-design-cc5329a5f4d3ea91cac93bc7f9b8f943b7ced226.tar.bz2 iro-design-cc5329a5f4d3ea91cac93bc7f9b8f943b7ced226.zip | |
Paths
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 acfccbe..acd32a5 100644 --- a/src_demo/components/_content.scss +++ b/src_demo/components/_content.scss | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @use 'pkg:iro-sass/src/bem'; | 1 | @use "pkg:iro-sass/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 | } |
