Dynamically create sass variables in rails
Backtalk factors are utilized to store data that can be reused all through the template when you really want. You can store things like tones, textual style stacks, or any CSS esteem as per your fu...

9
CSS
How do I "rails g scaffold book title" without the default tailwind generated classes on i.e app/views/* files and etc, if any?
I want to use tailwind and learn it, so when generating new app i used "rails g new_app -d postgresql --css tailwind" to benefit on the installation side. It would help my learning, if those defau...

1
CSS
Rails 7 custom fonts are not working on staging enviroment
In development mode the custom fonts (Raleway) are present but it is not reflected in the staging environment. I deployed my app to Heroku.
Added the following command in the application.rb
```...

1
CSS
What is the best way to add a dynamic active class to a link with Tailwind CSS?

8
CSS
Tailwind Checked Radio Buttons = Change Background
Ok, just solved my own problem. For anyone else wanting to turn radio buttons into actual buttons using CSS there's a 'focus-within' class used to target child elements. I'll probably move away fro...

2
CSS
ViewComponents and Tailwind CSS JIT
found out the change in Tailwind that prevented the expected behavior.

2
CSS
How do I add Zurb foundation-sites using webpacker?
That template was gold. Here's a gist that that extends that thinking, looking at setting up a basic working environment: https://gist.github.com/dvodvo/313bcb4da83030c48280fe76065da9e3

6
CSS
Check CSS for Title Requirements
Robux is a game currency where large number of people gather everyday to Crate, Imagine and share Experience with each other. the game for initially launched for android phones ,Xbox etc if you wan...

3
CSS
How do I integrate a bootstrap theme with rails 6 ?
Just watched this tutorial and it was super helpful - https://gorails.com/episodes/using-purchased-themes.
Before that, I struggled with it for awhile as well. I figured it out with a free templat...

5
CSS
Trying to relearn CSS and I'm stuck
I'm trying to figure out how to do a simple animation. I have a box with some text content, the idea is that the box only shows an h2 element until the user mouses over it, then it reveals the para...

3
CSS
Iterating using css grid
I had to add partial and it worked. Cheers,
<%= render partial: 'card', locals: { gym: gym, index: index } %>

14
CSS
How do use image-url in scss
I’ve watched your lesson on setting up bootstrap in Rails 6. I have a small issue though with trying to add a background image to class. I can’t seem to get image-url or assset-url to work. Probabl...

1
CSS
Tailwind - own components - yes or no?
@Ricky thanks for this input. i already have started to use more Vue including components / slots.

5
CSS
CSS Beginner Need Help
Hi, i am new to CSS and HTML and i have been trying to make the background of my HTML site an image, but it doesnt seem to work and the image does not appear https://trackeasy.fun/usps/ on my HTML ...

3
CSS
GoRails Design
Hey Rajan, no plans currently. Mostly for a static template you would just extract out the layout into application.html.erb and then replace static portions with ERB code to make them render what's...

5
CSS