-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
questionFurther information is requestedFurther information is requested
Description
atomic
Naming conventions? Just ${x} and ${x}-${y}?
bootstrap
help char
Specific char needed for col-sm-5 col-sm-offset-2
https://getbootstrap.com/docs/3.4/css/#grid-responsive-resets: col-sm-6 col-md-5 col-md-offset-2 col-lg-6 col-lg-offset-0
{
col: {
sm: 6,
md: { "?": 5, offset: 2 },
lg: { "?": 5, offset: 0 }
}
}Options:
{col: {md: { "=": 5, offset: 2 }}}{col: {md: { $: 5, offset: 2 }}}{col: {md: { "-": 5, offset: 2 }}}{col: {md: { _: 5, offset: 2 }}}{col: {md: { "*": 5, offset: 2 }}}{col: {md: { "&": 5, offset: 2 }}}{col: {md: { "@": 5, offset: 2 }}}{col: {md: { "*": 5, offset: 2 }}}{col: {md: { "": 5, offset: 2 }}}{col: {md: [5, {offset: 2 }] }}
rules to not split
"visible-print-inline-block"|"visible-print-block"|"visible-print-inline"
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested