mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
17 lines
407 B
JSON
17 lines
407 B
JSON
{
|
|
"name": "styled-components",
|
|
"website": "https://styled-components.com",
|
|
"matches": [
|
|
{
|
|
"regexp": "<style[^>]*data-styled(?:-components)?[\\s\"]"
|
|
},
|
|
{
|
|
"regexp": "<style[^>]+data-styled-version=\"([0-9]+)\"",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<[^>]+sc-component-id: sc-"
|
|
}
|
|
],
|
|
"implies": "React"
|
|
} |