N°3199 - Add tippyjs / popper.js JS libs (introducing NPM dependencies management system for JS/CSS libs)

This commit is contained in:
Molkobain
2020-07-22 12:57:33 +02:00
parent 20ed4fe2d1
commit 46deb9590d
306 changed files with 32337 additions and 0 deletions

1
node_modules/tippy.js/animations/shift-away.css generated vendored Normal file
View File

@@ -0,0 +1 @@
.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}