carbon-components-svelte/render.yaml
metonym d34f571150
docs: use all.css for prefixed styles (#1221)
* docs: remove .bx--content override

* docs(ui-shell): add note on UI Shell theming

* docs(grid): touch up grid examples

* docs(theme): wrap localStorage in try catch

So that the site still works in Safari with all cookies blocked.

* docs: use prefixed all.css

Without vendor prefixes, some styles are lost in Safari.

* docs: remove svelte-preprocess from svelte.config.js
2022-04-02 11:45:29 -07:00

11 lines
297 B
YAML

services:
- type: web
name: carbon-components-svelte
env: static
buildCommand: yarn; yarn build:css; cd docs; yarn; yarn build
staticPublishPath: docs/dist
pullRequestPreviewsEnabled: true
routes:
- type: rewrite
source: /*
destination: /index.html