<===> input.scss
%l-cell, .l-cell {
  margin: 0 auto;
  max-width: 1000px;
}
<===> output.css
.l-cell {
  margin: 0 auto;
  max-width: 1000px;
}