# Front Library

@version: 7.1.50


## Use

Just import features as usual:

```js
import { extend } from '@creative-web-solution/front-library/Helpers/Extend';
```


## Modernizr addons

They are made to be concatenated at the end of the Modernizr file.

```js
[
    "modernizr.js",
    "node_modules/@creative-web-solution/front-library/ModernizrAddons/mobile.js"
]
```
