From 52774bbe6402aee076b2e0648bd1f4764924da8a Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 23 Feb 2019 11:20:58 +0900 Subject: Introduce OpenAPI specs (#4351) * wip * wip * wip * Update index.ts * Update gen-openapi-spec.ts * Update api.ja-JP.md * Fix * Improve doc * Update gen-openapi-spec.ts * Update redoc.html * Improve doc * Update gen-openapi-spec.ts * Improve doc * Update CHANGELOG.md --- src/docs/api/style.styl | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/docs/api/style.styl (limited to 'src/docs/api/style.styl') diff --git a/src/docs/api/style.styl b/src/docs/api/style.styl deleted file mode 100644 index 3675a4da6f..0000000000 --- a/src/docs/api/style.styl +++ /dev/null @@ -1,11 +0,0 @@ -@import "../style" - -table.props - .name - font-weight bold - - .name - .type - .optional - font-family Consolas, 'Courier New', Courier, Monaco, monospace - -- cgit v1.2.3-freya