Skeleton vanilla CSS grid   When you have been at it for a while you realize most of the time less is more, and so in that spirit below is a skeleton grid. It was created without any pre-processor in vanilla CSS, and has been field tested on enterprise level projects.   Source code here: https://bitbucket.org/snippets/danielsokolowski/d68x/light-column-gird-system    If this has helped you, be legendary and do social share this and do follow me on twitter @danielsokolows .    /* Light Column Grid v2018-Dev-05 ##############################  See: https://bitbucket.org/snippets/danielsokolowski/d68x/light-column-gird-system  TODO,Jun-13: possibly rather then negative margins use calc and space-between to avoid issues with horizontal scroll on small devices, see: https://stackoverflow.com/questions/20626685/better-way-to-set-distance-between-flexbox-items  Example:  ``` <div class="columnWrapper">    <div class="column width-4/12">       ...    </div>...