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

Remove svg4everybody

This commit is contained in:
Chauncey McAskill
2025-01-06 12:12:38 -05:00
parent 5f8767f04d
commit c434d0843f
3 changed files with 2 additions and 18 deletions

View File

@@ -1,4 +1,3 @@
import svg4everybody from 'svg4everybody';
import { ENV } from './config';
// Dynamic imports for development mode only
@@ -11,11 +10,6 @@ let gridHelper;
})();
export default function () {
/**
* Use external SVG spritemaps
*/
svg4everybody();
/**
* Add grid helper
*/