Browse Source

derp

pull/245/head
connors 11 years ago
parent
commit
cb60ba0978
  1. 3
      Gruntfile.js
  2. 1
      dist/ratchet.js
  3. 2
      lib/sass/theme-ios.scss

3
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'
}
}
},

1
dist/ratchet.js vendored

@ -783,6 +783,7 @@
});
}();
/* ----------------------------------
* ALERT v0.0.1
* Licensed under The MIT License

2
lib/sass/theme-ios.scss

@ -1,3 +1,5 @@
@import "mixins.scss";
//
// iOS theme
// Provides the visual and interaction style from iOS

Loading…
Cancel
Save