Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom grid function #7

Open
joaocottabadaro opened this issue Apr 17, 2024 · 0 comments
Open

Custom grid function #7

joaocottabadaro opened this issue Apr 17, 2024 · 0 comments

Comments

@joaocottabadaro
Copy link

I've noticed that there isn't a function available to generate grid styles based on parameters. Is this something you're considering implementing? Also, out of curiosity, why aren't the types separated into another file? Additionally, would it be possible for me to submit a pull request to create a function similar to the one below, which would handle the grid implementation?

What I had in mind:

let spaceCustomPair = calculateSpaceScale(...params)

createFluidGrid(spaceCustomPair,minGutterWidth,maxGutterWidth, columnMaxWidth,numberOfColumns)

returns css based on values

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

No branches or pull requests

1 participant