Home › Forums › Other › What place does inline CSS have in 2015 and beyond › Reply To: What place does inline CSS have in 2015 and beyond
July 3, 2015 at 5:37 pm
#204557
Participant
That was a great read. I’d leave CSS as it is and only use scripting where it is adding dynamic value or is inevitable that way. Inline styling to start off with I wouldn’t do at all.
One thing I do like about JS above CSS is that you can calculate responsive dimensions more accurately. So I tend to prefer it over media queries.