Posts by Felipe Oliveira • 35 points
2 posts
-
1
votes1
answer28
viewsQ: ITCSS - Where are the animation files?
I’m studying ITCSS as a way to better structure my folders and CSS files - I’m using it in conjunction with RSCSS. At first I was putting the animations together with the components or objects that…
css3asked Felipe Oliveira 35 -
2
votes2
answers60
viewsQ: Do I need to omit the word "window" when calling a function of the global object?
Following good practice, leaving code readable to other devs, which I should adopt when I call object methods window? Omit or not? Some examples (simple and isolated): const buttonStyles =…