1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Adding commonly used scrollTo + cleaning up utils + cleaning up globals

This commit is contained in:
dominiclord
2016-07-19 10:21:09 -04:00
parent 64858642ef
commit bf0c7e148c
7 changed files with 420 additions and 218 deletions

View File

@@ -1,6 +1,5 @@
/* jshint esnext: true */
import svg from '../global/svg';
export default function() {
svg();
svg4everybody();
}