Grids with no paddings

There is some way to use grids with no paddings? Some class of the grid core… etc…?

Bests

Padding is added by default, so if you need to remove it, you can do so in css

.row.noPadding{
  padding:0;
}