Does anyone monitor this channel? I have a CSS qu...
# css
r
Does anyone monitor this channel? I have a CSS question.
👋🏻 1
a
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
Dang. Any idea where I can go for a slightly advanced CSS question?
a
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
I'm kind of curious about the question...
r
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