main
Elbert Alias 4 years ago
parent e6cc443e93
commit 9ae193be56

@ -95,7 +95,5 @@
"categoryName74": { "message": "A/B тестирование" },
"categoryName75": { "message": "Email" },
"categoryName76": { "message": "Персонализация" },
"categoryName77": { "message": "Ретаргетинг" },
"categoryName76": { "message": "Personalisation" },
"categoryName77": { "message": "Retargeting" }
"categoryName77": { "message": "Ретаргетинг" }
}

@ -18677,13 +18677,6 @@
"text": ""
}
},
"dom": {
"link[rel='stylesheet'][href*='css/tailwind-']": {
"attributes": {
"href": ""
}
}
},
"icon": "Uscreen.svg",
"js": {
"analyticsHost": "stats\\.uscreen\\.io"
@ -21884,9 +21877,15 @@
],
"description": "Tailwind is a utility-first CSS framework.",
"html": [
"<link[^>]+?href=\"[^\"]+tailwindcss[@|/][a-z]+/tailwind(?:.min)?.css",
"<link[^>]+?href=\"[^\"]+tailwindcss[@|/](?:\\^)?([\\d.]+)(?:/[a-z]+)?/(?:tailwind|base|components|utilities)(?:\\.min)?\\.css\\;version:\\1"
],
"dom": {
"link[rel='stylesheet'][href*='tailwind']": {
"attributes": {
"href": ""
}
}
},
"icon": "tailwindcss.svg",
"website": "https://tailwindcss.com/"
},

Loading…
Cancel
Save