summaryrefslogtreecommitdiffstats
path: root/src_demo
diff options
context:
space:
mode:
Diffstat (limited to 'src_demo')
-rw-r--r--src_demo/components/_sidebar.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src_demo/components/_sidebar.scss b/src_demo/components/_sidebar.scss
index 6b7eaf0..7dca65a 100644
--- a/src_demo/components/_sidebar.scss
+++ b/src_demo/components/_sidebar.scss
@@ -3,8 +3,8 @@
3 3
4@include iro.props-namespace('sidebar') { 4@include iro.props-namespace('sidebar') {
5 @include iro.bem-component(iro.props-namespace()) { 5 @include iro.bem-component(iro.props-namespace()) {
6 grid-area: sidebar; 6 grid-area: sidebar;
7 min-width: 15em; 7 min-inline-size: 15em;
8 min-height: 0; 8 min-block-size: 0;
9 } 9 }
10} 10}