mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-02 21:04:13 +03:00
wip #727 - importing bootstrap
This commit is contained in:
parent
fd732ee09d
commit
cc59aab1ed
|
@ -42,6 +42,13 @@ module.exports = function (grunt) {
|
|||
options: {
|
||||
replacements: [
|
||||
|
||||
// convert bootstrap imports
|
||||
{ // https://regex101.com/r/bM6cP0/2
|
||||
pattern: /bower_components\/(bootstrap\/less\/)/gi,
|
||||
replacement: "bower_components\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/",
|
||||
order: 2
|
||||
},
|
||||
|
||||
// convert all shadow mixins
|
||||
{ // https://regex101.com/r/sJ2lH4/1
|
||||
pattern: /.shadow-z-(\d+)((?:-hover)?) {/gi,
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md",
|
||||
"dependencies": {
|
||||
"jquery": "~2.1.1",
|
||||
"bootstrap": "~3.3.5"
|
||||
"bootstrap": "~3.3.5",
|
||||
"bootstrap-sass": "~3.3.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user