Skip to content

undefined media queries of screen size under 30em on tachyons.css  #697

@ghost

Description

I guess that '@media screen and (min-width: 30em)' on tachyons.css is a typo from (max-width: 30em).
I clearly point out word, 'min' and ' max'.

tachyons.css has the below media queries.

  • @media screen and (min-width: 30em)
  • @media screen and (min-width: 30em) and (max-width: 60em)
  • @media screen and (min-width: 60em)

screen size under 30em is only not defined.

I hope you will comment about this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions