mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
remove masonry related stuff
This commit is contained in:
parent
fb8ffdc9ed
commit
99e794e648
@ -1,4 +1,4 @@
|
||||
var Search = {
|
||||
var s, Search = {
|
||||
|
||||
settings: {
|
||||
content: $('.site__content'),
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
//
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user