@j450nhughes
Designer, Photographer, Coder, Learner of things
I'm Designer trying to learn code and stuff.
Nothing here yet.
No blogs yet.
I just found out that there’s a new SVG2 spec that is in Candidate Recommendation phase right now. I think that there are a lot of things that can be enhanced in SVGs, with few bad parts to fix as well. What are some new ideas SVG2 brings on the tabl...
Join discussionEveryone, 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 ...
AAlkshendra commentedcurrentColor 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...
MMike commentedI'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...
MMev-Rael commented