correction && add form && add slide && add masonry && css

This commit is contained in:
2020-06-07 17:47:49 +02:00
153 changed files with 16750 additions and 162 deletions

30
node_modules/unidragger/bower.json generated vendored Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "unidragger",
"main": "unidragger.js",
"dependencies": {
"unipointer": "^2.3.0"
},
"authors": [
"David DeSandro <desandrocodes@gmail.com>"
],
"description": "Draggable base class",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"draggable",
"flickity",
"draggabilly"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"package.json"
]
}