langleyfoxall / technologies

Technical overview of Langley Foxall, related technologies, frameworks, style guides and more.
https://technologies.langleyfoxall.co.uk/
Other
9 stars 8 forks source link

inline CSS #61

Open MaxHarrisonGit opened 5 years ago

MaxHarrisonGit commented 5 years ago

I think we should not be using Inline CSS, even if it is for one element.

AlexCatch commented 5 years ago

We'll need a style guide for css before we can put anything in stone but good suggestion & I fully agree with it 😄

NilesB commented 5 years ago

I agree @MaxHarrisonGit

DivineOmega commented 5 years ago

Definitely agree with @MaxHarrisonGit here.

James34Shaw100 commented 5 years ago

I would put this more as a strong recommendation, sometimes it can't be avoided. But its generally a good idea as JavaScript libraries will often use the style attributes for doing various visual tricks to elements, so defining default style is good.