GoRails has some of the best videos for Ruby on Rails. Very easy to understand. Thank you!
@acsviegas2 жыл бұрын
Very nice! Thank you again.
@sakshijain32862 жыл бұрын
Really awesome👍🏻
@mcfoton2 жыл бұрын
Blew my mind. I thought that on production css and html are usually precompiled, meaning that the browser will receive static html/css files for every user. How does it work in the case of CSS variables?
@GorailsTV2 жыл бұрын
Everything you do in development like I showed is also precompiled. Css variables let things be dynamic. 👍
@mcfoton2 жыл бұрын
@@GorailsTV OK, it looks like in my case the SCSS styles/variables were rendered to CSS and thus the variables were not actually dynamic. SCSS needs another approach, doesn't work out of the box, good to know :ok:
@viktorvad3922 жыл бұрын
Great video, but let me make a suggestion: be mindful of where you cast your camera box because it now hides what you want to show in the browser's CSS pane.