Normalise and combine helpers and constants files
- Rename helpers and constants files to
camelCase
. - Rename constants to
CONSTANT_CASE
. - Combine single/simple helpers and constants into
index.js
file in their respective folders. - Refactor
getContainerSize
and rename togetCurrentBreakpoint
(and combine related constants into newBREAKPOINTS
object). - Remove unused helper and
qs
library.
Edited by Axel Bocciarelli