James W
James W
This article describes how to recreate a Bootstrap Grid with CSS Grid, it seems to omit offsets: https://hacks.mozilla.org/2017/04/replace-bootstrap-layouts-with-css-grid/ The only way I could think of creating an offset is by...
@stavros-liaskos I just realised how awesome it is you recreated the Bootstrap grid in 40 lines of code. Plus I can customise the number of columns, gutter spacing and media...
@senolv I'm just interested to see your StackOverflow question, please.
**To extend on my question for clarity:** I guess what I'm asking is will the Grid ever be, for lack of better words, self-aware? I see quite a few questions...
@juanmata09 Unfortunately CSS transitions don't work on CSS Grids. Hopefully it will be added at a later stage. Personally I don't think there's anything "wrong" with the way you added...
As mentioned in my original post, if I remove the media queries then things work out fine, for example: **Input SCSS** ``` .grid { display: grid; grid-template-columns: 1fr 2fr 3fr;...
Ok thanks, I will just use an override in the CSS for now. I would be happy to work on a permanent fix with you but I will have to...
I've used the control comment: `/* autoprefixer: ignore next */` https://github.com/postcss/autoprefixer#control-comments
After forking this repo and attempting to fix it myself I found that Vuetify needs to be updated to `^2.5`. I'd be happy to assist but would need direction since...
I found some clues here: https://github.com/koumoul-dev/vuetify-jsonschema-form/issues/305