vanadium-archive / browser

Example app: Vanadium namespace browser
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Add CssLint and fix issues raised by it #27

Open aghassemi opened 9 years ago

aghassemi commented 9 years ago

Would be nice to catch CSS issues and fix/maintain code quality. Hoping CssLint can be configured to work with special syntax we have before preprocessor converts it to actual css.

afandria commented 9 years ago

CssLint does not support variables yet. https://github.com/CSSLint/parser-lib/issues/120