Skip to content

Conversation

@brodrigz
Copy link
Contributor

@brodrigz brodrigz commented Aug 3, 2022

changes the sass code snippet for extra cols, using the '/' operator instead of math.div in favor of backwards compatibility for older versions of sass.

(math.div is only supported in sass 1.3.3 and above)

Description

Please explain the changes you made here. Include an example of what your changes fix or how to use the changes.

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing (yarn test)
  • Extended the README / documentation, if necessary

changes the sass code snippet for extra cols, using the / instead of math.div in favor of backwards compatibility for older versions of sass
(math.div is only supported in sass 1.3.3 and above)
@adumesny adumesny merged commit 4bfa6cd into gridstack:master Aug 4, 2022
@adumesny
Copy link
Member

adumesny commented Aug 4, 2022

thank you

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.

2 participants