Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieter Peirs committed Sep 22, 2015
1 parent e37ea69 commit f00b234
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,7 @@ PLATFORMS

DEPENDENCIES
jekyll
sass
scss_lint

BUNDLED WITH
1.10.6
2 changes: 1 addition & 1 deletion _gulp/tasks/scss.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var gulp = require('gulp'),
plumber = require('gulp-plumber'),
sass = require('gulp-sass'),
postcss = require('gulp-postcss'),
autoprefixer = require('autoprefixer-core'),
autoprefixer = require('autoprefixer'),
filesize = require('gulp-filesize'),
browserSync = require('browser-sync'),
sourcemaps = require('gulp-sourcemaps');
Expand Down
Empty file modified js/theme.concat.js
100755 → 100644
Empty file.
3 changes: 2 additions & 1 deletion scss/_settings.global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ $columns: (
2,
3,
4,
5
5,
6
) !default;

// ---
Expand Down

0 comments on commit f00b234

Please sign in to comment.