@j450nhughes
Designer, Photographer, Coder, Learner of things
I'm Designer trying to learn code and stuff.
Nothing here yet.
No blogs yet.
Everyone, everywhere seems to like SVGs. I’ve been told by many people about the advantages of using SVGs on web. Though there are many advantages, I'm interested in knowing about the bad parts of SVGs. What are some of the issues that you face with ...
currentColor is kinda like a native CSS variable that takes the current value that the color property has. So instead of using the same color code everywhere, you can use currentColor The idea looks really interesting to me but I'm not sure if it sho...
I'm used to keeping a variables.scss file for my colors, z-index values and other CSS stuff.. Now that we have variables natively in CSS, I’m interested in knowing how CSS Variables are different from SASS (or any preprocessor) variables. Do CSS Vari...