Source: dist/css/acc_uc.css, line 16689
7.3.1 Content Query Reactive Styles
Description:
Style | Short Name | CSS Property |
---|---|---|
display | 'block,flex...' | 'display' |
position | 'absolute,relative...' | 'position' |
grid | '.columns','.rows' | 'grid-column-template' ,'grid-row-template' |
flex-size | '.flex' | 'flex' |
flex-direction | '.flex' | 'flex-direction' |
gap | '.gap' | 'gap' |
justify | '.justify' | 'justify-content' ,'justify-items','justify-self' |
align | '.content','.items','.self' | 'align-content' ,'align-items','align-self' |
margin | '.m' | 'margin' |
padding | '.p' | 'padding' |
font-size | '.font' | 'font-size' |
border-style | '.br' | 'border-style' |