1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 00:27:58 +02:00

remove masonry related stuff

This commit is contained in:
Matthias Kretschmann 2015-11-19 16:24:15 +01:00
parent fb8ffdc9ed
commit 99e794e648
4 changed files with 2 additions and 18 deletions

View File

@ -1,4 +1,4 @@
var Search = {
var s, Search = {
settings: {
content: $('.site__content'),

View File

@ -2,8 +2,6 @@
//=require ../../../node_modules/webcomponents.js/CustomElements.js
//=require ../../../node_modules/svg4everybody/dist/svg4everybody.js
//=require ../../../node_modules/jquery/dist/jquery.js
//=require ../../../node_modules/masonry-layout/dist/masonry.pkgd.js
//=require ../../../node_modules/imagesloaded/imagesloaded.js
//=require ../../../bower_components/time-elements/time-elements.js
//=require ../../../bower_components/simple-jekyll-search/dest/jekyll-search.js

View File

@ -16,20 +16,6 @@ gpuacceleration()
gpuacceleration()
// Masonry
////////////////////////////////////
.masonry
transition-property: height, width
&,
.masonry-brick
transition-duration: 0.7s
.masonry-brick
transition-property: left, right, top
// Loading Thingy
////////////////////////////////////
@ -43,6 +29,7 @@ gpuacceleration()
100%
opacity: 0
//
// Bounce
//

View File

@ -10,7 +10,6 @@
"license": "MIT",
"main": "gulpfile.js",
"dependencies": {
"imagesloaded": ">=3.1.8",
"jquery": ">=2.1.4",
"normalize-css": ">=2.3.1",
"normalize-opentype.css": ">=0.2.4",