rohitkrai03 / pills

A simple responsive CSS Grid for humans. View Demo -

Home Page:https://rohitkrai.dev/pills

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any chance of removing the following styles

farzd opened this issue · comments

Firstly fantastic framework, secondly I see this as an agnostic framework - just for grids which needs to be accompanied with a reset and other formatting styles, so with that said, is it necessary to have these styles as they will be included in the reset?

html, body {
  margin: 0;
  padding: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; } 

also would be nice for the row to not have a predefined max-width

Not all css reset files contain rules for box-sizing which may lead to inconsistency in rendering of grid. Also, there are three different predefined max-width, wide and wider can be added as class name to increase the max-width from default.