Improve Material Lite detection (#2146)

This can be tested [here](https://google.github.io/xi-editor/gsoc.html)
main
jvoisin 7 years ago committed by Elbert Alias
parent a64fa26eb1
commit f099491bd3

@ -5714,7 +5714,10 @@
],
"html": "<link[^>]* href=\"[^\"]*material(?:\\.[\\w]+-[\\w]+)?(?:\\.min)?\\.css",
"icon": "Material Design Lite.png",
"script": "material(?:\\.min)?\\.js",
"script": "(?:/([\\d.]+))?/material(?:\\.min)?\\.js\\;version:\\1",
"js": {
"MaterialIconToggle": ""
},
"website": "https://getmdl.io"
},
"Materialize CSS": {

Loading…
Cancel
Save