sanity check
am i doing the fluid-engine correct?
i want huge text obviously i like it but wanted to sanity check that this was acceptable practice.
14 Replies
Be sure to use proper code block format to avoid…that. See #Asking Good Questions for how
What do you mean by "fluid-engine"? I'm not familiar with that term.
Also, you have your font sizes outside of any declaration, did you mean for them to be in the
body section?i didnt upload the entire css file
--fluid-engine is literally a name i made up what?
those are tokens?
i could call it anything
Also also, you should never have font size in just
vw. There needs to be a rem or em as part of the calculation. Otherwise you're totally ignoring any user set font sizeahhh okay you mean for the 3000px or larger right
noted
Yes
im really curious why u confused on the clamp token tho
i swear ive seen kevin do this many times is that not correct?
I missed it on my first scan through, sorry. That's my bad
ohh okay cool so that looks fine right?
i like vmin bc it scales on browser height resize
And yes, Kevin does it a lot—and so do I. I just don't call it that :p
what do u clal it?
I call it
--base-font or --1em or something b/c I suck at naming thingsthank you for the response!!!!
wait how do u recommend fixing the break3000 tho?
Honestly? Change yout
--fluid-engine. That will increase all font sizes proportionally across the board. No need to update individual element sizesahhhhhhhh
good point!!!!
thank you again