mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
docs: use prefixed all.css
Without vendor prefixes, some styles are lost in Safari.
This commit is contained in:
parent
5c3c038a41
commit
38f98042f4
4 changed files with 318 additions and 1208 deletions
|
@ -2,7 +2,7 @@ services:
|
|||
- type: web
|
||||
name: carbon-components-svelte
|
||||
env: static
|
||||
buildCommand: cd docs; yarn; yarn build
|
||||
buildCommand: yarn; yarn build:css; cd docs; yarn; yarn build
|
||||
staticPublishPath: docs/dist
|
||||
pullRequestPreviewsEnabled: true
|
||||
routes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue