tachyons icon indicating copy to clipboard operation
tachyons copied to clipboard

Functional css for humans

Results 96 tachyons issues
Sort by recently updated
recently updated
newest added

A small overlay that opens to reveal additional actions. * Button * Overlay containing... ** Actions ** Form elements Example link: https://polaris.shopify.com/components/overlays/popover#navigation

component-request

I know [others have suggested](https://github.com/tachyons-css/tachyons/issues/315) folding `_negative-margins.css` into `_spacing.css`, and I understand that goes against the principle of [increasing](https://github.com/tachyons-css/tachyons/issues/315#issuecomment-268486444) rather than decreasing modularity. You're probably aware of this cascade issue,...

v5

I discovered the `outline`, `outline-0`, and `outline-transparent` classes by looking through tachyons.css, but they're only documented in the complete "Table of styles" in a similarly index-like format. Should they have...

v5
v7-docs

Per https://github.com/tachyons-css/tachyons/pull/528, let's abstract links to a central component in the docs codebase – there's a lot of duplication between `MobileNavLink` and `NavLink`.

v5

`flex:1` & `flex:3` property is missing I think. Maybe I overlooked the documentation but it isn't there.

v5

Hi, I think the grid module needs more dimensions.

v5

Could be useful for people to have the design system in tachyons ported to a sketch template for some static designing. Could include: - Typescale - Colors - Border widths...

I find myself adding flex-basis classes to Tachyons because I also am starting to use CSS Grid with Flexbox as a fallback. Grid will ignore flex-basis, but it will not...

I need to style div id mapid (from leaflet) with tachyon. I tried: ``` ``` Both ways don't work. Reference: http://leafletjs.com/examples/quick-start/