Skip to content

Commit

Permalink
Merge branch 'develop' into feature/mobile-first-less
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Jan 18, 2016
2 parents 1ca7b06 + 9e50710 commit 6b9c696
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 8 additions & 0 deletions app/less/default/core/type.less
@@ -0,0 +1,8 @@
//
// Typography
// --------------------------------------------------

body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
1 change: 1 addition & 0 deletions app/less/main.less
Expand Up @@ -35,6 +35,7 @@
// Import less files specifically for app here

@import "default/core/variables.less";
@import "default/core/type.less";


// Import less files for large desktop devices
Expand Down
8 changes: 3 additions & 5 deletions tests/e2e/protractor.saucelabs.conf.js
Expand Up @@ -67,14 +67,12 @@ exports.config = {
'appiumVersion': '1.4.11',
'deviceOrientation': 'portrait'
},{
'browserName': 'Safari',
'browserName': 'iphone',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': pkg.name + ' (Safari: iOS 8.2) Build: ' + process.env.TRAVIS_BUILD_NUMBER,
'platformVersion': '8.2',
'platformName': 'iOS',
'name': pkg.name + ' (Safari: iOS) Build: ' + process.env.TRAVIS_BUILD_NUMBER,
'platform': 'OS X 10.10',
'deviceName': 'iPhone 6',
'appiumVersion': '1.3.7',
'deviceOrientation': 'portrait'
}],

Expand Down

0 comments on commit 6b9c696

Please sign in to comment.