nk_jtb 0.9.2 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nk_jtb",
3
3
  "description": "Yet another utility based framework.",
4
- "version": "0.9.2",
4
+ "version": "0.9.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/naykel76/nk_jtb.git"
@@ -343,12 +343,6 @@ object {
343
343
  vertical-align: middle; // 2
344
344
  }
345
345
 
346
- // 1. allows svg to inherit color
347
-
348
- svg {
349
- fill: currentcolor; // 1.
350
- }
351
-
352
346
  // 1. Constrain images and videos to the parent width and preserve
353
347
  // their intrinsic aspect ratio.
354
348
  // (https://github.com/mozdevs/cssremedy/issues/14)