Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View liquidvisual's full-sized avatar

Mitch liquidvisual

  • liquidvisual
  • Sydney, Australia
View GitHub Profile
diff --git a/Gruntfile.js b/Gruntfile.js
index 6846188..ed662fb 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -233,7 +233,8 @@ module.exports = function (grunt) {
// additional tasks can operate on them
useminPrepare: {
options: {
- dest: '<%= config.dist %>'
+ dest: '<%= config.dist %>',
// --------------------------------------------------------------------------------------
// A More Modern Scale for Web Typography
// Based on this article: http://typecast.com/blog/a-more-modern-scale-for-web-typography
// --------------------------------------------------------------------------------------
$body-font-size: 1em !default;
// Adjusts body typography to be default
// for each browser.
@mixin reset-body-font-size($font-size: 100%, $size-adjustment: 0.5) {