Hi We have updated grid.less file as per our requirement. Version :
6.5.10 @Import (once)
"/libs/wcm/foundation/clientlibs/grid/grid_base.less";/* maximum amount
of grid cells to be provided */@max_col: 12;/* default breakpoint
*/.aem-Grid {.generate-grid(default, @max_col);}/* Extra Small */@media
(max-width: 360px) {.aem-Grid {.generate-grid(xsmall, @max_col);}}/*
Small */@media (min-width: 361px) and (max-width: 480px) {.aem-Grid
{.generate-grid(small, @max_col);}}/* Medium */@media (min-widt...