Skip to content

Make Gridlex more modular and more extensible as a dependency#71

Merged
devlint merged 5 commits intodevlint:masterfrom
mynameislau:master
Nov 16, 2017
Merged

Make Gridlex more modular and more extensible as a dependency#71
devlint merged 5 commits intodevlint:masterfrom
mynameislau:master

Conversation

@mynameislau
Copy link
Copy Markdown
Contributor

@mynameislau mynameislau commented Nov 16, 2017

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

lafascala and others added 5 commits November 16, 2017 10:33
`@each $mq-key, $mq-value in $gl-mq-list/*-min-max*/ {`
to `@each $mq-key, $mq-value in $gl-mq-list{`
`$gl-mq-list-min-max` is not used.
@devlint devlint merged commit 2854f85 into devlint:master Nov 16, 2017
@devlint
Copy link
Copy Markdown
Owner

devlint commented Nov 16, 2017

Hello @mynameislau,
thanx for your PR!

Merged, but littles changes after:
See here : https://github.com/devlint/gridlex/tree/master/src

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants