Skip to content

Commit

Permalink
[Documentation] Removed documetnation referencing Material-UI as a CS…
Browse files Browse the repository at this point in the history
…S framework.
  • Loading branch information
mmrtnz committed Apr 27, 2015
1 parent 473ef3f commit 8c91641
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/callemall/material-ui?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Material-UI is a CSS framework and a set of [React](http:https://facebook.github.io/react/) components that implement [Google's Material Design](https://www.google.com/design/spec/material-design/introduction.html) specification.
Material-UI is a set of [React](http:https://facebook.github.io/react/) components that implement [Google's Material Design](https://www.google.com/design/spec/material-design/introduction.html) specification.

Check out our [documentation site](http:https://www.material-ui.com/) for live examples. It's still a work in progress, but hopefully you can see where we're headed.

Expand All @@ -17,8 +17,7 @@ Material-UI is available as an [npm package](https://www.npmjs.org/package/mater
npm install material-ui
```

Use [browserify](http:https://browserify.org/) and [reactify](https://github.com/andreypopp/reactify) for dependency management and JSX transformation. The CSS framework is written in [Less](http:https://lesscss.org/), so you'll need to compile that as well. For [Sass](http:https://www.sass-lang.com) users, [material-ui-sass](https://github.com/gpbl/material-ui-sass) contains the .scss version of the Less framework. People working with [Stylus](http:https://learnboost.github.io/stylus/) can use [material-ui-stylus](https://github.com/Autarc/material-ui-stylus) to import
the proper .styl version of the files.
Use [browserify](http:https://browserify.org/) and [reactify](https://github.com/andreypopp/reactify) for dependency management and JSX transformation.

### React-Tap-Event-Plugin
Some components use [react-tap-event-plugin](https://github.com/zilverline/react-tap-event-plugin) to
Expand Down
4 changes: 2 additions & 2 deletions docs/src/app/components/pages/customization.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var React = require('react'),
PageWithNav = require('./page-with-nav.jsx');

class CssFramework extends React.Component {
class Customization extends React.Component {

render() {
var menuItems = [
Expand All @@ -17,4 +17,4 @@ class CssFramework extends React.Component {

}

module.exports = CssFramework;
module.exports = Customization;
4 changes: 1 addition & 3 deletions docs/src/app/components/pages/get-started.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ class GetStarted extends React.Component {
<p>
Material-UI is available as an <a href="https://www.npmjs.org/package/material-ui">npm package</a>.
Use <a href="http:https://browserify.org/">browserify</a> and <a href="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/andreypopp/reactify">reactify</a> for
dependency management and JSX transformation. The CSS framework is written in <a href="http:https://lesscss.org/">Less</a>,
so you&apos;ll need to compile that as well. For <a href="http:https://www.sass-lang.com/">Sass</a> users, <a href="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/gpbl/material-ui-sass">material-ui-sass</a> contains
the .scss version of the Less framework.
dependency management and JSX transformation.
</p>

<h3 className="mui-font-style-title">React-Tap-Event-Plugin</h3>
Expand Down

0 comments on commit 8c91641

Please sign in to comment.