-
- Downloads
Merge branch 'google-search-results-css' into 'master'
Update Google Search results style overrides See merge request !28
Branches
No related tags found
Showing
- package-lock.json 1069 additions, 2827 deletionspackage-lock.json
- package.json 3 additions, 3 deletionspackage.json
- www/css/search-google-5.0.css 1 addition, 1 deletionwww/css/search-google-5.0.css
- www/css/search-google-5.0.css.map 1 addition, 1 deletionwww/css/search-google-5.0.css.map
- www/css/search-google.css 2 additions, 2 deletionswww/css/search-google.css
- www/css/search.css 2 additions, 2 deletionswww/css/search.css
- www/scss/search-google.scss 42 additions, 50 deletionswww/scss/search-google.scss
This diff is collapsed.
... | ... | @@ -6,20 +6,20 @@ |
"devDependencies": { | ||
"autoprefixer": "^9.1.1", | ||
"cssnano": "^4.0.5", | ||
"grunt": "^1.0.3", | ||
"grunt": "^1.1.0", | ||
"grunt-contrib-clean": "^1.1.0", | ||
"grunt-contrib-less": "^2.0.0", | ||
"grunt-contrib-requirejs": "^1.0.0", | ||
"grunt-contrib-uglify": "^0.9.2", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-curl": "^2.2.0", | ||
"grunt-curl": "^2.5.1", | ||
"grunt-postcss": "^0.9.0", | ||
"grunt-sass": "^3.0.1", | ||
"less-plugin-autoprefix": "^2.0.0", | ||
"less-plugin-clean-css": "^1.5.1", | ||
"load-grunt-tasks": "^3.2.0", | ||
"lodash": "^3.10.1", | ||
"node-sass": "^4.9.3" | ||
"node-sass": "^4.14.1" | ||
}, | ||
"scripts": {}, | ||
"repository": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment