From f357bb0e151fc18b4b0b2d9cee3363245bfa94fb Mon Sep 17 00:00:00 2001 From: Gokhan Turunc Date: Mon, 9 Nov 2015 09:57:31 -0800 Subject: [PATCH 1/3] Remove IE CSS hacks --- src/themes/helpers.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/themes/helpers.css b/src/themes/helpers.css index 28fb9888..11d11221 100644 --- a/src/themes/helpers.css +++ b/src/themes/helpers.css @@ -11,8 +11,6 @@ background-color: transparent; border: 0; overflow: hidden; - /* IE 6/7 fallback */ - *text-indent: -9999px; } .ir:before { @@ -91,15 +89,6 @@ clear: both; } -/* - * For IE 6/7 only - * Include this rule to trigger hasLayout and contain floats. - */ - -.clearfix { - *zoom: 1; -} - /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. From 5df37d5aa61d5287a2f70115c35dfff5f37365e5 Mon Sep 17 00:00:00 2001 From: Gokhan Turunc Date: Mon, 9 Nov 2015 09:59:03 -0800 Subject: [PATCH 2/3] Bump up version to 0.1.20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0231c1da..3851a682 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kdf", - "version": "0.1.19", + "version": "0.1.20", "description": "KD: a non-document focused UI Framework for web applications.", "main": "gulpfile.js", "scripts": { From 731b9f4250cf005a70c1ee3847350e0603b8acba Mon Sep 17 00:00:00 2001 From: Gokhan Turunc Date: Mon, 9 Nov 2015 11:15:17 -0800 Subject: [PATCH 3/3] Add karma to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3851a682..e9b43937 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "gulp-karma": "0.0.4", "gulp-livereload": "^2.1.1", "gulp-markdox": "^0.1.1", + "karma": "^0.13.15", "karma-chrome-launcher": "^0.1.7", "karma-firefox-launcher": "^0.1.3", "karma-mocha": "^0.1.10",