Closed j-mes closed 8 years ago
See updated pull request comment with Sass errors in resized.scss
I believe the test demo is the only one that needs to load the JS (style-switcher).
This has been amended and I have tried the test.html to see if it would switch between all the versions of the o-grid.
I have asked @AlbertoElias to give this a once-over to make sure all is good.
@AlbertoElias could you please check this branch with OBT --runServer? It complained about some Sass errors and would not run. I'm not sure whenever I should remove/correct those errors or not.
FYI: After investigation with @onishiweb, there was a map being put inside a string which caused errors with linting and in turn preventing from the demos being run. Changed from
#{$o-grid-gutters}
to5px
in place instead.