Update styled-components identification on injected CSS

Noticed styled hasn't been being registered on most of the projects I use it on. 
Example:
`/* sc-component-id: sc-1v848in-0 */`
main
Chase Ohlson 6 years ago committed by GitHub
parent 945e5fde5a
commit 73b1846596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13138,7 +13138,8 @@
], ],
"html": [ "html": [
"<style[^>]*data-styled(?:-components)?[\\s\"]", "<style[^>]*data-styled(?:-components)?[\\s\"]",
"<style[^>]+data-styled-version=\"([0-9]+)\"\\;version:\\1" "<style[^>]+data-styled-version=\"([0-9]+)\"\\;version:\\1",
"sc-component-id: sc-"
], ],
"icon": "styled-components.png", "icon": "styled-components.png",
"implies": [ "implies": [