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