
Iterating using css grid
13
CSS
Hi Chris - I am using CSS grid for a three-column blog layout. Unfortunately, when I run the do bock it creates three instances of the same post. I guess this is to be expected.
Not sure how to ge...
Brian Gilbank replied
Solved

How do use image-url in scss
0
CSS
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...
Zen Garden DXB posted

Tailwind - own components - yes or no?
4
CSS
i have started with tailwindcss yesterday the first time and must say - wow!
but something is confusing me from the beginning. in tutorials/videos etc. everybody talk about: do not write your own ...
Bruno Steinmann replied
Solved

CSS Beginner Need Help
2
CSS
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 on my HTML after i have refreshed the p...
AfjalKhan replied

I tried to align this TEXT center.
2
CSS
Okay. So I guess the title gives it away. I’m a real noob when it comes to CSS. Like I’m good with JavaScript and have been working with ReactJS and Angular for a while now. But I just can’t seem t...
serjio replied

Setting background image from User uploaded asset
6
CSS
Hi,
I am trying to set a user uploaded image as the background for their profile but cant seem to get it working. I'm stuck on what way to reference the image in the background css style. I'm usi...
Gerard Donnelly replied
Solved

How do I exclude images in my auto formatting of PDF links?
0
CSS
I added some CSS to my site to put a font a https://birthdaywishes.onl/ wesome PDF icon in front of every hyperlink that links to a PDF. It looks great, but there are a lot of instances where there...
AustinLan posted

Best tutorial/blogs for Css
0
CSS
I work with react and vue but everytime I do CSS, I hate my work the most. I hate doing css because everytime i copy some css like othe [SHAREit](https://shareit.onl/) r code it just doesn't works...
JohnMajor posted

Can somebody explain to me what the hell is PRO-CSS?
0
CSS
Hello everyone,,
To put it simply, Pro-CSS on a subreddit specifically just means that the sub/the mods of the sub are opposed to Reddit's possible removal of CSS, which is the formatting system us...
Jawline posted

How to integrate custom css/bootstrap/js template in ROR ?
0
CSS
Is there any GoRails video tutorial about how to integrate custom css/bootstrap/js template in Ruby on Rails web application?
Luis Cuevas posted

Page blinking when using tailwindcss
1
CSS
Hello guys,
I am trying to use tailwindcss on a 5.2 ruby on rails application with webpack. Everything is set up and works well according to the video [How to use Tailwind CSS with Rails](https://...
edouard replied
Solved

How add PurgeCss with TailwindCss?
1
CSS
https://next.tailwindcss.com/docs/controlling-file-size
postcss.config.js
```
const purgecss = require('@fullhuman/postcss-purgecss')({
content: [
'./**/**/**/*.erb',
'./**/**/**/**/*.e...
Chris Oliver replied

BootsrapVue - Not Loading the CSS
0
CSS
Hello community!
Can someone help me with some config?
I tried to add Bootstrap-Vue to my rails/Vue project, but the CSS was not loading.
I created a very simple one, but I can't make it work:
h...
Eduardo Borsa posted
Solved

How do I generate dynamic classes?
3
CSS
Is there a way to generate dynamic classes with scss/sass? For example, in my HTML. I want to write div class='mt-10'></div>
div class='mt-7'></div>
div class='mt-3'></...
Alan Reid replied

How to update TailwindsCSS?
1
CSS
Hi, ladies and gents, I want to know what is the recommended method of updating tailwinds CSS? Currently running 0.4.1 and want to update to 0.5.1 to be able to use ':active' variant.&nbs...
Chris Oliver replied

How do I install bootstrap-v4 via yarn?
4
CSS
Hey Guys,
I tried to install bootstrap4 via yarn. And I tried it like this:
1. yarn add bootstrap@4.0.0-alpha.6
2. rails webpacker:compile
3. add the line: import 'bootstrap/dist/css/bootstrap' ...
Kjell Morgenstern replied
Solved

Styles not rendering
5
CSS
Hey guys,
So I'm following [a tutorial](https://www.youtube.com/watch?v=70Pu_28yvdI&t=4025s), and around the 1 hr mark, he starts adding the styles. When I tried to reproduce it, it would not...
Miguel replied
Solved

Incorporating an Admin Dashboard
1
CSS
Hi All
Say you've found a sample Admin Dashboard web site. Its delivered as a 'skeleton' html.css app. In order to use it one needs to 'port' (for lack of a better term) - all the necessary reso...
JM replied

Lots of trouble using LESS in a paid theme.
8
CSS
Hi,
I have a paid theme from Themeforest that uses LESS. It sucks, but I didn;t notice at the time. I am using the less-rails gem and things were going OK. I am now trying to put together an admin ...
Alan Reid replied

Style a drop down menu with css
3
CSS
I watched the tuto on making notifications but i can't set the css to display the notifs properly.
Could someone show me an exemple of his css ?
Thanks
Chris Oliver replied