Closed nilesh-chavan closed 6 years ago
Hi @nilesh-chavan! We will not be supporting Internet Explorer’s implementation of CSS Grid due to many constraints:
You are unlikely to be able to simply rely on Autoprefixer to run and do the work for you. For example, if you have used auto placement for any item and then don’t set a position using the -ms properties, that item is going to stack up with any other unpositioned items in the first grid cell.
Please check out the article linked from Rachel Andrew for more information.
Thanks for the Reply @seejamescode , I want to add CSS class in grid-layout using scss.So, please help me with it..!
Like with the import directive? http://vanseodesign.com/css/sass-the-import-directive/
can you update this code? this code help to make "grid-column: span" your code is really awesome. I just want to add grid function. please respond as soon as possible .#{$prefix}-grid__col--#{$currentName}--#{$i} { // If second-to-last media query, apply max-width instead of remaking classes in last media query @if $isSecondToLast { max-width: $maxColumnSize; } min-width: $columnSize; width: $columnSize; grid-column: span $i; }
I was working on css-gridish. I face an Issue a grid-layout the fallback is only for flex but not for grid layout. I am working on it please help with grid-layout.