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', js: 'script',
svg: 'svg', svg: 'svg',
links: 'link[rel=stylesheet]', 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', styles: 'style',
'style-attrs': '[style]:not(svg *)', // only style attrs in HTML, not SVG 'style-attrs': '[style]:not(svg *)', // only style attrs in HTML, not SVG
images: 'img', images: 'img',