mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
Added notes on Bower, resolves #780
This commit is contained in:
parent
7fda8a4b61
commit
60c51e2456
18
README.md
18
README.md
|
@ -42,16 +42,24 @@ Add the necessary links to your `<head>` element for fonts and stylsheets:
|
||||||
<link href="dist/css/ripples.min.css" rel="stylesheet">
|
<link href="dist/css/ripples.min.css" rel="stylesheet">
|
||||||
```
|
```
|
||||||
|
|
||||||
## Support
|
### Bower
|
||||||
|
|
||||||
If you like this project you may support it by donating via Gittip, starring this repository or reporting issues. All issues filed should be reduced to a [CodePen](http://codepen.io/rosskevin/pen/VvRgrN) test case where possible.
|
Many use bower including compiling source for this project. Here are a couple of things to know:
|
||||||
|
|
||||||
|
1. When using SASS, `@import` directives cannot be interpolated. Given the variety of configurations, the typical `bower_components` directory is occasionally in a different location. Given the options, a `loadPath` was [added to the SASS compiler](https://github.com/FezVrasta/bootstrap-material-design/pull/762/files)
|
||||||
|
so that bootstrap files could be loaded without specifying the path to the `bower_components` directory. You may similarly need to add a load path to your compiler. It is still debatable if this is for the greater good, but seems like the only
|
||||||
|
way to accomodate multiple configurations.
|
||||||
|
2. This project will install both `bootstrap` and `bootstrap-sass` in `bower_components`. Each is used for the LESS and SASS version compilation respectively. If you are only using one, feel free to [ignore the other bower dependency](http://stackoverflow.com/a/27791606/2363935).
|
||||||
|
|
||||||
|
## Support and Contributions
|
||||||
|
|
||||||
|
All issues filed should be reduced to a [CodePen](http://codepen.io/rosskevin/pen/VvRgrN) test case where possible. Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file.
|
||||||
|
|
||||||
|
If you like this project you may support it by donating via Gittip, starring this repository or reporting issues.
|
||||||
|
|
||||||
[![gittip](demo/imgs/gittip-button.jpg)](https://www.gratipay.com/FezVrasta/)
|
[![gittip](demo/imgs/gittip-button.jpg)](https://www.gratipay.com/FezVrasta/)
|
||||||
[![issues](demo/imgs/issues-button.jpg)](https://github.com/FezVrasta/bootstrap-material-design/issues)
|
[![issues](demo/imgs/issues-button.jpg)](https://github.com/FezVrasta/bootstrap-material-design/issues)
|
||||||
|
|
||||||
## Contribute
|
|
||||||
|
|
||||||
Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file.
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user