sidebar styling
This commit is contained in:
parent
d8615fa18d
commit
ff19d0cf8e
9 changed files with 185 additions and 35 deletions
|
@ -18,7 +18,7 @@ module.exports = function(grunt) {
|
|||
cwd: "bower_components/",
|
||||
dest: "build/vendor/"
|
||||
},
|
||||
roboto: {
|
||||
robotoSlab: {
|
||||
src: [ "fonts/*",
|
||||
"roboto-slab-fontface.css"
|
||||
],
|
||||
|
@ -26,6 +26,14 @@ module.exports = function(grunt) {
|
|||
dest: "build/",
|
||||
cwd: "bower_components/roboto-slab-fontface"
|
||||
},
|
||||
roboto: {
|
||||
src: [ "fonts/*",
|
||||
"roboto-fontface.css"
|
||||
],
|
||||
expand: true,
|
||||
dest: "build/",
|
||||
cwd: "bower_components/roboto-fontface"
|
||||
},
|
||||
ionicons: {
|
||||
src: [ "fonts/*",
|
||||
"css/ionicons.min.css"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue