Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / ot-br-posix / repo / third_party / mdl / repo / README.md
1 # Material Design Lite
2
3 [![GitHub version](https://badge.fury.io/gh/google%2Fmaterial-design-lite.svg)](https://badge.fury.io/gh/google%2Fmaterial-design-lite)
4 [![npm version](https://badge.fury.io/js/material-design-lite.svg)](https://badge.fury.io/js/material-design-lite)
5 [![Bower version](https://badge.fury.io/bo/material-design-lite.svg)](https://badge.fury.io/bo/material-design-lite)
6 [![Gitter version](https://img.shields.io/gitter/room/gitterHQ/gitter.svg)](https://gitter.im/google/material-design-lite)
7 [![Dependency Status](https://david-dm.org/google/material-design-lite.svg)](https://david-dm.org/google/material-design-lite)
8
9 > An implementation of [Material Design](http://www.google.com/design/spec/material-design/introduction.html)
10 components in vanilla CSS, JS, and HTML.
11
12 Material Design Lite (MDL) lets you add a Material Design look and feel to your
13 static content websites. It doesn't rely on any JavaScript frameworks or
14 libraries. Optimized for cross-device use, gracefully degrades in older
15 browsers, and offers an experience that is accessible from the get-go.
16
17 > ### Limited support
18
19 > Material Design Lite is now in limited support, with development having moved to the
20 > [Material Components for the web](https://github.com/material-components/material-components-web) repository.
21
22 > No further development is taking place in MDL by the core team, but we are happy to review PRs, fix critical bugs and
23 > push out new releases. No breaking changes will be accepted.
24
25 ## Use MDL on your site?
26
27 **This document is targeted at developers that will contribute to or compile
28 MDL. If you are looking to use MDL on your website or web app please head to
29 [getmdl.io](http://getmdl.io).**
30
31 ## Browser Support
32
33
34 | IE9 | IE10 | IE11 | Chrome | Opera | Firefox | Safari | Chrome (Android) | Mobile Safari |
35 |-----|------|------|--------|-------|---------|--------|------------------|---------------|
36 | B   | A    | A    | A      | A     | A       | A      | A                | A             |
37
38 A-grade browsers are fully supported. B-grade browsers will gracefully degrade
39 to our CSS-only experience.
40
41 ### Download / Clone
42
43 Clone the repo using Git:
44
45 ```bash
46 git clone https://github.com/google/material-design-lite.git
47 ```
48
49 Alternatively you can [download](https://github.com/google/material-design-lite/archive/master.zip)
50 this repository.
51
52 Windows users, if you have trouble compiling due to line endings then make sure
53 you configure git to checkout the repository with `lf` (unix) line endings. This
54 can be achieved by setting `core.eol`.
55
56 ```bash
57 git config core.eol lf
58 git config core.autocrlf input
59 git rm --cached -r .
60 git reset --hard
61 ```
62
63 > Remember, the master branch is considered unstable. Do not use this in
64 production. Use a tagged state of the repository, npm, or bower for stability!
65
66 ## Feature requests
67
68 MDL is currently in limited support mode, with no further development taking place by the core team.
69 We are happy to accept and review pull requests for new functionality, however, as long as there are no breaking
70 changes.
71
72 ## Want to contribute?
73
74 If you found a bug, have any questions or want to contribute. Follow our
75 [guidelines](https://github.com/google/material-design-lite/blob/master/CONTRIBUTING.md),
76 and help improve the Material Design Lite. For more information visit our
77 [wiki](https://github.com/google/material-design-lite/wiki).
78
79 Please use the default branch, `mdl-1.x`.
80
81 ## License
82
83 © Google, 2015. Licensed under an
84 [Apache-2](https://github.com/google/material-design-lite/blob/master/LICENSE)
85 license.