manu-chroma / username-availability-checker

Live at : https://username-check.herokuapp.com/
94 stars 37 forks source link

Fix CSS styling #130

Closed kx-chen closed 5 years ago

kx-chen commented 5 years ago

CSS in static/css/main.css has bad spacing after the : (separating the property from the style). Fix all the CSS rules to have a space after the : Newcomer?

jayvdb commented 5 years ago

Also add a rule to .coafile to enforce this, and add the linter to the CI environment

manu-chroma commented 5 years ago

am I missing something in the css rule in https://github.com/manu-chroma/username-availability-checker/blob/master/.coafile

jayvdb commented 5 years ago

Ya, we need a linter which does deep inspection of the .css contents ... I dont want to give away too many hints ;-)