Skip to content
New issue

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

Atomic / Bootstrap / Tailwind support #38

Open
askirmas opened this issue Mar 11, 2021 · 0 comments
Open

Atomic / Bootstrap / Tailwind support #38

askirmas opened this issue Mar 11, 2021 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@askirmas
Copy link
Owner

askirmas commented Mar 11, 2021

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:

  1. {col: {md: { "=": 5, offset: 2 }}}
  2. {col: {md: { $: 5, offset: 2 }}}
  3. {col: {md: { "-": 5, offset: 2 }}}
  4. {col: {md: { _: 5, offset: 2 }}}
  5. {col: {md: { "*": 5, offset: 2 }}}
  6. {col: {md: { "&": 5, offset: 2 }}}
  7. {col: {md: { "@": 5, offset: 2 }}}
  8. {col: {md: { "*": 5, offset: 2 }}}
  9. {col: {md: { "": 5, offset: 2 }}}
  10. {col: {md: [5, {offset: 2 }] }}

rules to not split

"visible-print-inline-block"|"visible-print-block"|"visible-print-inline"

@askirmas askirmas self-assigned this Mar 11, 2021
@askirmas askirmas added the question Further information is requested label Mar 11, 2021
@askirmas askirmas changed the title Atomic / bootstrap support Atomic / Bootstrap / Tailwind support Mar 11, 2021
askirmas pushed a commit that referenced this issue Mar 12, 2021
askirmas pushed a commit that referenced this issue Mar 13, 2021
askirmas pushed a commit that referenced this issue Mar 19, 2021
askirmas pushed a commit that referenced this issue Mar 19, 2021
askirmas pushed a commit that referenced this issue Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant