Does anyone monitor this channel? I have a CSS question.
👋🏻 1
a
Adam Cameron
05/25/2023, 4:23 PM
I monitor it, but only in an administrative capacity. I have no idea about CSS
There is no traffic on it.
I don't really see the point of a CSS channel in a CFML slack, if I'm to be completely honest. There are plenty of better CSS resources out there.
r
Randy L. Smith
05/25/2023, 4:23 PM
Dang. Any idea where I can go for a slightly advanced CSS question?
a
Adam Cameron
05/25/2023, 4:24 PM
Stack Overflow. Or google... "CSS community forum" or such like
✅ 1
google your actual question and see where ppl are answering similar questions?
This would be my approach.
m
Myka Forrest
05/25/2023, 4:29 PM
I'm kind of curious about the question...
r
Randy L. Smith
05/25/2023, 6:51 PM
I figured it out. I had multiple @media in multiple files but wanted to load any given css file based on screen width.
I thought putting an @import for each file under the appropriate @media would do it, but no.
Turns out you can use @import as if it were a media command. Works beautifully