mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
docs: use sapper/cypress for e2e testing
This commit is contained in:
parent
0bb5e1952f
commit
ccdf6af78d
36 changed files with 4373 additions and 26 deletions
20
docs/static/manifest.json
vendored
Normal file
20
docs/static/manifest.json
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"background_color": "#161616",
|
||||
"theme_color": "#0f62fe",
|
||||
"name": "Carbon Components Svelte",
|
||||
"short_name": "Carbon Svelte",
|
||||
"display": "minimal-ui",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "logo-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "logo-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue