sky-toolkit-core
Advanced tools
Comparing version 2.30.0 to 2.31.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.31.0](https://github.com/sky-uk/toolkit/compare/v2.30.0...v2.31.0) (2019-01-31) | ||
### Features | ||
* **toolkit-core:** update gradients and supports trim ([f12afb2](https://github.com/sky-uk/toolkit/commit/f12afb2)) | ||
# [2.30.0](https://github.com/sky-uk/toolkit/compare/v2.29.0...v2.30.0) (2018-11-27) | ||
@@ -8,0 +19,0 @@ |
@@ -17,3 +17,3 @@ --- | ||
At Sky we design to a 12-column grid, however that's [not a one-size-fits-all | ||
At Sky we design to a 12-column grid, however that's [not a one-size-fits-all | ||
solution](https://www.smashingmagazine.com/2017/12/building-better-ui-designs-layout-grids/). | ||
@@ -37,3 +37,3 @@ | ||
The above values meet the vast majority of our use-cases, and are are completely | ||
The above values meet the vast majority of our use-cases, and are are completely | ||
**customisable**. Override `$global-widths` to meet your project's preference: | ||
@@ -54,3 +54,3 @@ | ||
These utilities aren't tied exclusively to | ||
[Layout](https://github.com/sky-uk/supercell#usage); they can be applied | ||
[Layout](https://github.com/sky-uk/supercell#usage); they can be applied | ||
anywhere. | ||
@@ -60,3 +60,3 @@ | ||
Width classes can be set to trigger at any of our breakpoints, following a | ||
Width classes can be set to trigger at any of our breakpoints, following a | ||
**mobile-first** approach. Add the prefix `@breakpoint-name` to the end | ||
@@ -63,0 +63,0 @@ of your class. |
{ | ||
"name": "sky-toolkit-core", | ||
"version": "2.30.0", | ||
"version": "2.31.0", | ||
"description": "The core of Sky's CSS Toolkit", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "772e6b087ccbd51f0b9e705446c0a635e766d955" | ||
"gitHead": "31683eb64184823e7cd4089cc1bfc29859d9df7e" | ||
} |
@@ -6,2 +6,3 @@ import path from 'path'; | ||
const sassFile = path.join(__dirname, '_all.scss'); | ||
sassTrue.runSass({ file: sassFile, includePaths: ['node_modules/'], precision: 9 }, describe, it); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
150851