From cb60ba09784c4afe3dee1de980eb2e1c9a281182 Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 14 Dec 2013 16:24:35 -0800 Subject: [PATCH] derp --- Gruntfile.js | 3 ++- dist/ratchet.js | 1 + lib/sass/theme-ios.scss | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 680b0b9..4e3dc24 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -46,7 +46,8 @@ module.exports = function(grunt) { dist: { files: { '<%= meta.distPath %><%= pkg.name %>.css': '<%= meta.srcPath %>sass/ratchet.scss', - '<%= meta.distPath %><%= pkg.name %>-theme.css': '<%= meta.srcPath %>sass/theme-classic.scss' + '<%= meta.distPath %><%= pkg.name %>-theme.css': '<%= meta.srcPath %>sass/theme-classic.scss', + '<%= meta.distPath %>ios-theme.css': '<%= meta.srcPath %>sass/theme-ios.scss' } } }, diff --git a/dist/ratchet.js b/dist/ratchet.js index 990c28e..e05a73b 100644 --- a/dist/ratchet.js +++ b/dist/ratchet.js @@ -783,6 +783,7 @@ }); }(); + /* ---------------------------------- * ALERT v0.0.1 * Licensed under The MIT License diff --git a/lib/sass/theme-ios.scss b/lib/sass/theme-ios.scss index 9f56872..52b2d3c 100644 --- a/lib/sass/theme-ios.scss +++ b/lib/sass/theme-ios.scss @@ -1,3 +1,5 @@ +@import "mixins.scss"; + // // iOS theme // Provides the visual and interaction style from iOS