CSS Media Query for iPhone Plus and XS Max Portrait Conflicting
Hello everyone,,
As the title mentions I've been testing a site who's media queries for iPhone Plus and XS Max Phones are conflicting. Meaning whichever query comes last both phones are using it. ...

1
CSS
Setting background image from User uploaded asset
Hi Chris,
Thanks for your help on this. I eventually got it solved. The following worked:
`style="background-image: url()"`
Thanks,
Gerard

7
CSS
Help with nav bar coloring
I've been coding up a mock website the past 3 days, and i feel like i've learned alot. i've stuck mainly to reading [reverse phone lookup](https://reversephonelookup.onl/) and coding on codecademy ...

1
CSS
How do I exclude images in my auto formatting of PDF links?
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...

1
CSS
Best tutorial/blogs for 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...

1
CSS
Check CSS for Title Requirements
I think I figured out the CSS for what I'm looking for, but wanted someone to check it over. A subreddit I manage has a rule that post flaired "Advice/Career" must start with the posters country of...

1
CSS
Can somebody explain to me what the hell is PRO-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 u...

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

1
CSS
Page blinking when using tailwindcss
In fact, if you go to production assets are compiled and you won't noticed this blinking.
Solved!

2
CSS
How add PurgeCss with TailwindCss?
Hey Nikola,
I just posted an episode on this yesterday: https://gorails.com/episodes/purgecss

2
CSS
BootsrapVue - Not Loading the 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 w...

1
CSS
How do I generate dynamic classes?
I did something like this when I was working out the column widths once, maybe you could do similar.$grid-columns : 16 !default;
$grid-gutter : 0% !default;
$column-width : 100 / $grid-columns;/...

4
CSS
How to update TailwindsCSS?
Pretty much you'd just update the version in your package.json and use yarn to install it. You'll want to check with the releases page and see if anything has been deprecated or removed and upgrade...

2
CSS
Portfolio responsive view not rendering on mobile Chrome; Safari
Thank you Jack, will have to dig deeper.

5
CSS
How do I install bootstrap-v4 via yarn?
Importing css is deprecated, so the line@import '~bootstrap/dist/css/bootstrap' leads to a warning, and apparently in most recent versions already is an error. See https://github.com/sass/node-sass...

5
CSS
Styles not rendering
Thanks for the tip! Yeah, GoRails is pretty awesome and clear :)

6
CSS
Incorporating an Admin Dashboard
Hi Dave,
I believe this is what you are looking for https://gorails.com/episodes/using-purchased-themes?autoplay=1

2
CSS
Lots of trouble using LESS in a paid theme.
You could take a look at this site - http://less2scss.awk5.comDepends how complex it is, cause it's quite easy to convert manually.

9
CSS