We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Naming conventions? Just ${x} and ${x}-${y}?
${x}
${x}-${y}
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-5 col-sm-offset-2
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 }] }}
"visible-print-inline-block"|"visible-print-block"|"visible-print-inline"
The text was updated successfully, but these errors were encountered:
#38 Sandbox bootstrap's "visible-print"
"visible-print"
394b21c
#38 Add experimental demo for bootstrap 4
20c980c
#38 Add sandbox of boostrap4
5dc5e5a
#38 Add basic atom core
0c937b4
#38 Supply options from namespace to atom generic
c3163af
#38 Change atomic query base to be module
9d001c0
#38 Move atom types tests to src. Add bootstrap3
c016a86
askirmas
No branches or pull requests
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
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"
The text was updated successfully, but these errors were encountered: