@nordnet/grid
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -22,11 +22,3 @@ 'use strict'; | ||
paddingRight: _spec.gutter / 2, | ||
paddingLeft: _spec.gutter / 2, | ||
'&:first-of-type': { | ||
paddingLeft: 0 | ||
}, | ||
'&:last-of-type': { | ||
paddingRight: 0 | ||
} | ||
paddingLeft: _spec.gutter / 2 | ||
}, | ||
@@ -33,0 +25,0 @@ reverse: { |
{ | ||
"name": "@nordnet/grid", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Grid system", | ||
@@ -5,0 +5,0 @@ "homepage": "https://nordnet.github.io/grid/", |
@@ -11,10 +11,2 @@ import { media, gutter, columns, breakpoints } from '../spec'; | ||
paddingLeft: gutter / 2, | ||
'&:first-of-type': { | ||
paddingLeft: 0, | ||
}, | ||
'&:last-of-type': { | ||
paddingRight: 0, | ||
}, | ||
}, | ||
@@ -21,0 +13,0 @@ reverse: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34232
907