Monday, September 28, 2015

CSS colors

Mission: extract all CSS colours from file:
analyze-css --file my.css | jsontool offenders.colors | jsontool -a | cut -d" " -f1
TODO: better ways (recursive)? TODO: extract all colours from the page (runtime) 'snipped or bookmarklet wanted'

No comments:

Post a Comment