You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been following designs from invision etc. and using tachyons to implement them. At times I will find that some of the tachyon sizing jumps don't quite fit what I'm trying to replicate as the increments are too large. This might be with font size or with widths for example.
I sometimes find myself deliberating and thinking - should I use the tachyons class and not match the design well or should I create a custom class?
I know this is a very subjective question but I was just wondering if anyone else had any thoughts / experiences with this? I don't want the designer to think I'm being negligent but at the same time, it's hard to know when sometimes there is some flexibility with these things....
Hi @Cleop!. Yes, I had also this issue. I'm trying to avoid custom classes as I can, but sometimes you have to.
I've been thinking a lot about which approach I should follow. I came up with the idea of having all the scaffolding of tachyons replicated on my project with the same file names, and each of those files just has to import the original one, then I can start overwriting tachyons with variables, fonts and classes, but you will need to have something to build your own version (a webpack or gulp script) ... I haven't done it yet, but I have to do it soon.
I've been following designs from invision etc. and using tachyons to implement them. At times I will find that some of the tachyon sizing jumps don't quite fit what I'm trying to replicate as the increments are too large. This might be with font size or with widths for example.
I sometimes find myself deliberating and thinking - should I use the tachyons class and not match the design well or should I create a custom class?
I know this is a very subjective question but I was just wondering if anyone else had any thoughts / experiences with this? I don't want the designer to think I'm being negligent but at the same time, it's hard to know when sometimes there is some flexibility with these things....
@gabrielperales have you experienced this as I noticed your issue #24 ?
This has occurred a couple of times for me but it was: dwyl/dwyl-site#272 (comment) that inspired me to ask this question.
@mrmrs
The text was updated successfully, but these errors were encountered: