clay / claycli

A CLI For Clay!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

figure out automatic css cleaning and linter rules

nelsonpecora opened this issue · comments

We need to, in parallel:

  • develop scripts that will automatically clean up our css when we switch over to styleguides
  • write linter rules that the auto-cleaner will pass
  • enable or disable postcss features based on what the auto-cleaner can do (require nesting if it can auto-nest, disable nesting otherwise and lint for it otherwise, for example)
  • try to match parity with per-instance styles

figured it out! on the sites/css-next branch