mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +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
BIN
docs/static/favicon.png
vendored
Normal file
BIN
docs/static/favicon.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
docs/static/logo-192.png
vendored
Normal file
BIN
docs/static/logo-192.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
docs/static/logo-512.png
vendored
Normal file
BIN
docs/static/logo-512.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
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