File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ exports[`tasty() API should handle arrays containing state maps 1`] = `
4848` ;
4949
5050exports [` tasty() API should handle complex gridAreas with responsive arrays and state modifiers 1` ] = `
51- ".t23.t23:not([data-is-sticky]) { position : static ; background - color : transparent ; z - index : auto ; box - shadow : none var ( -- shadow - color ) ;}
51+ ".t23.t23:not([data-is-sticky]) { position : static ; background - color : transparent ; z - index : auto ; box - shadow : none ;}
5252.t23.t23[data-is-sticky] { position : sticky ; top : 0 ; background - color : var (-- white - color ); z - index : 10 ; box - shadow : 0 calc (0.5 * var (-- gap )) calc (0.5 * var (-- gap )) var (-- white - color );}
5353.t23.t23[data-is-sticky]>* { -- context - fill - color : var (-- white - color ); -- context - fill - color - rgb : var (-- white - color - rgb );}
5454.t23.t23 { display : grid ; padding - top : var (-- gap ); padding - right : calc (2 * var (-- gap )); padding - bottom : var (-- gap ); padding - left : calc (2 * var (-- gap )); height : auto ; min - height : calc (6 * var (-- gap )); max - height : initial ; place - items : center stretch ; place - content : stretch ;}
You can’t perform that action at this time.
0 commit comments