Hello, I made a few adjustments to the way gridlex imports are orchestrated.
I isolated the breakpoints variables, so it can more easily be overriden without having to copy all the code and keeping gridlex as a dependency and benefiniting from potential minor fixes (semver minor versions)
That way you can easily import individual parts of gridlex.
This enables you to :
import your own version of gridlex-breakoints
import untouched gridlex-vars
import untouched gridlex-classes
and you are done !
All with keeping gridlex as a npm dependency without copypasting
Hello, I made a few adjustments to the way gridlex imports are orchestrated. I isolated the breakpoints variables, so it can more easily be overriden without having to copy all the code and keeping gridlex as a dependency and benefiniting from potential minor fixes (semver minor versions)
That way you can easily import individual parts of gridlex.
This enables you to :
import your own version of gridlex-breakoints import untouched gridlex-vars import untouched gridlex-classes
and you are done ! All with keeping gridlex as a npm dependency without copypasting
All of this is non breaking