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 +1 -1
- package/src/base/_base.scss +0 -6
package/package.json
CHANGED
package/src/base/_base.scss
CHANGED
|
@@ -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)
|