mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 12:17:59 +03:00
fixed #290
This commit is contained in:
parent
cbd5a33558
commit
644c6e4b90
|
@ -12,7 +12,7 @@ Check out [the demo at this link](http://fezvrasta.github.io/bootstrap-material-
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
|
|
||||||
BOWER: bower install bootstrap-material-design --save
|
Bower: bower install bootstrap-material-design --save
|
||||||
Meteor: meteor add fezvrasta:bootstrap-material-design
|
Meteor: meteor add fezvrasta:bootstrap-material-design
|
||||||
|
|
||||||
## Use our CDN
|
## Use our CDN
|
||||||
|
@ -29,6 +29,10 @@ The SASS files are in the source just in case someone wants to update the source
|
||||||
Navigate to the `dist/` folder in this repository, and you will see the `test.html` file, which has the CSS include statements, in the `head` section and the JS includes just before `body` section closes.
|
Navigate to the `dist/` folder in this repository, and you will see the `test.html` file, which has the CSS include statements, in the `head` section and the JS includes just before `body` section closes.
|
||||||
You need to copy the `dist/` folder to the root of your project, ensuring that all the files in your project can access the files through the relative URL, supplied in the CSS and the JS includes.
|
You need to copy the `dist/` folder to the root of your project, ensuring that all the files in your project can access the files through the relative URL, supplied in the CSS and the JS includes.
|
||||||
|
|
||||||
|
#### material-wfont.css or material.css?
|
||||||
|
|
||||||
|
The only difference is that `material-wfont.css` has the Google web fonts included.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
We are using Grunt to automate the workflow and build process. Ensure you have nodejs installed and grunt-cli installed globally.
|
We are using Grunt to automate the workflow and build process. Ensure you have nodejs installed and grunt-cli installed globally.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user