We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e22d0 commit eab377fCopy full SHA for eab377f
package.json
@@ -27,7 +27,7 @@
27
"build:debug": "npm run _jspm-build-app",
28
"bad": "npm run build:app && npm run deploy",
29
"bvd": "npm run build:vendor && npm run deploy",
30
- "lint": "tslint ./src/**/*.ts*",
+ "lint": "tslint ./src/**/*.ts[x]",
31
"test": "jspm run src/test-runner | faucet",
32
"_jspm-build-app": "jspm build src/app - react - react-dom dist/app.js",
33
"pre_jspm-bundle-vendor": "jspm unbundle",
src/components/page-section.tsx
@@ -1,9 +1,7 @@
1
import * as React from 'react';
2
import classNames from 'classnames';
3
4
-const inlineStyles = {
5
- minHeight: { minHeight: '200px' }
6
-};
+// const inlineStyles = {};
7
8
export function PageSection({className = '', children = undefined}) {
9
0 commit comments