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

I have been trying to use Tachyons in NextJS. It runs just fine in dev mode but getting Hydration error in production with message 'Application error: a client-side exception has...

CSS download on https://tachyons.io/ refers to version 4.12.0 , but tag and release are missing in github repository.

Hey, I've been going through the documentation and other issues and can't find anything related to automatic dark mode detection via prefers-color-scheme media query in CSS. This is a functionality...

Hey there, first of all: love the project! Building with parcel fails because of: ```css */ /* Nicolas Gallaghers Clearfix solution Ref: http://nicolasgallagher.com/micro-clearfix-hack/ */ .cf:before, .cf:after { content: " ";...

I have removed an asterisk(*) that was before zoom property in .cf class in tachyons.css and _clears.css. And Rebuild The normal and minified CSS Files.

Hello, is it possible to contribute here ? or is it closed to do it now ?

After so much time on v4 I have a fairly good idea of what I want to do with version 5, but I'm open to suggestions as well. This is...

v5

Hi, the link on the wiki page of the Tachyons Github is going to a 404. `Please follow the instructions on the Component Ideas project.`

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...