Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Burnham committed Apr 14, 2018
1 parent b90521f commit 2b58dee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions dist/css/tether-theme-arrows.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
padding: 1em;
font-size: 1.1em;
line-height: 1.5em;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transform: translateZ(0);
-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2)); }
.tether-element.tether-theme-arrows .tether-content:before {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/tether-theme-arrows.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/js/tether.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(factory);
define([], factory);
} else if (typeof exports === 'object') {
module.exports = factory(require, exports, module);
module.exports = factory();
} else {
root.Tether = factory();
}
}(this, function(require, exports, module) {
}(this, function() {

'use strict';

Expand Down
Loading

0 comments on commit 2b58dee

Please sign in to comment.