Design series – return to defaults

This version uses Jekyll’s minima theme, but removes all CSS styling.

To do that, I first copied the files from the theme to my local site folder. The theme can be found in folder bundle info --path minima. I copied minima.scss to _sass/minima.scss.

In minima.scss I commented out the following section:

// Import partials.
/*
@import
  "minima/base",
  "minima/layout",
  "minima/syntax-highlighting"
;
*/

Now the browser uses default styling.