Skip to content

Commit

Permalink
Merge pull request #405 from piuccio/patch-1
Browse files Browse the repository at this point in the history
Fix the path of less files
  • Loading branch information
Hai Nguyen committed Mar 10, 2015
2 parents 952acfb + 92d6cae commit 35c8df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/app/components/pages/get-started.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ var GetStarted = React.createClass({
'module.exports = MyAwesomeReactComponent;\n\n\n',

customizationCode =
'@import "node_modules/material-ui/dist/less/scaffolding.less";\n\n' +
'@import "node_modules/material-ui/src/less/scaffolding.less";\n\n' +
'//Define a custom less file to override\n//any variables defined in scaffolding.less\n' +
'@import "my-custom-overrides.less";\n\n' +
'@import "node_modules/material-ui/dist/less/components.less";',
'@import "node_modules/material-ui/src/less/components.less";',

usageNotesCode =
'var injectTapEventPlugin = require("react-tap-event-plugin");\n\n' +
Expand Down

0 comments on commit 35c8df4

Please sign in to comment.