style: code styling

This commit is contained in:
Antti Vähäkotamäki 2017-09-25 12:36:02 +03:00
parent b400f0cb81
commit 3de3f89cf0

View File

@ -20,7 +20,8 @@ var tasks = {
js: 'script',
svg: 'svg',
links: 'link[rel=stylesheet]',
favicon: 'link[rel=icon],link[rel="shortcut icon"],link[rel="apple-touch-icon"],link[rel="apple-touch-startup-image"]',
favicon: 'link[rel=icon],link[rel="shortcut icon"],' +
'link[rel="apple-touch-icon"],link[rel="apple-touch-startup-image"]',
styles: 'style',
'style-attrs': '[style]:not(svg *)', // only style attrs in HTML, not SVG
images: 'img',