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

25
node_modules/desandro-matches-selector/tests.html generated vendored Normal file
View File

@@ -0,0 +1,25 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>matchesSelector tests</title>
<link rel="stylesheet" href="bower_components/qunit/qunit/qunit.css" />
<script src="bower_components/qunit/qunit/qunit.js"></script>
</head>
<body>
<div id="alpha" class="item red"></div>
<div id="beta" class="item blue"></div>
<div id="gamma" class="item green"></div>
<div id="qunit"></div>
<script src="matches-selector.js"></script>
<script src="tests.js"></script>
</body>
</html>