Delete docs-styles.stories.mdx

This commit is contained in:
Michael Shilman 2019-09-23 16:45:28 -04:00
parent 1de50b0d2d
commit 4fd9fda2e9

View File

@ -1,18 +0,0 @@
<Meta
title="Addons|Docs/docs-styles"
/>
# Styling for Addon-docs
You can change styles of DocsWrapper or DocsContent by hooking to CSS classess
```css
.sbdocs.sbdocs-wrapper {
/* custom styles */
}
.sbdocs.sbdocs-content {
max-width: 1440px;
}
```