Thanks to visit codestin.com
Credit goes to github.com

Skip to content

luisbd/layout-grid-tests

Repository files navigation

Grid-based layout performance

A series of basic grid-based layout implementations: from using Bootstrap linked from the CDN to the most customized use of Bootstrap grid mixins and CSS Grid Layout Module.

The 6 projects gathered in this repo were used in this series of articles with a focus on cross-checking the performance of each implementation.

This repo gathers the 6 project with its source files, each one including its own gulp file, as well as compiled both non-minimized and minimized CSS.

Installing instructions

  • Clone this repo.
  • Go into the test folder and install dependecies with npm install
  • To compile non-minified Sass do gulp sass. It is saved into the public/styles/non-min folder
  • To compile minified Sass go gulp sass-prod. It is saved into the public/styles/min folder

Note: The CSS used in every project is the minified version.

About

A series of basic grid-based layout implementations to test CSS performance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published