sky-toolkit-core
Advanced tools
Comparing version 2.27.1 to 2.28.1
@@ -6,2 +6,9 @@ # Changelog | ||
## 2.28.0 | ||
### Enhancements | ||
* [Settings] Reduce page gradient by 50%. | ||
### Feature | ||
* [Tools] Mixin for targeting specific browsers (IE11 / Edge). | ||
## 2.27.1 | ||
@@ -32,3 +39,3 @@ | ||
to allow hidden content to be redisplayed and the important value to be toggled. | ||
* [Tools] Add `_important()` private function to conditionally return | ||
* [Tools] Add `_important()` private function to conditionally return | ||
`!important` rule. | ||
@@ -222,3 +229,3 @@ | ||
* `skyToolkitCoreCdnTag` | ||
For usage information, see [Toolkit's `README.md`](https://github.com/sky-uk/toolkit/blob/master/README.md#hybrid). | ||
@@ -231,7 +238,7 @@ | ||
* [Node.js] Provide access to a compiled `sky-toolkit-core` stylesheet | ||
link—hosted on our CDN—through the entry point. Automatically | ||
version-controlled to correspond to your app's version of Toolkit in | ||
* [Node.js] Provide access to a compiled `sky-toolkit-core` stylesheet | ||
link—hosted on our CDN—through the entry point. Automatically | ||
version-controlled to correspond to your app's version of Toolkit in | ||
`package.json`. | ||
For usage information, see [Toolkit's `README.md`](https://github.com/sky-uk/toolkit/blob/master/README.md#hybrid). | ||
@@ -238,0 +245,0 @@ |
@@ -223,1 +223,16 @@ --- | ||
``` | ||
## Browser Hack | ||
Allows defining rulesets specific to particular browser(s). Set the browser | ||
versions to target by name. Currently supported: | ||
- ie11 | ||
- edge | ||
```scss { "render": false } | ||
.foo { | ||
@include browser-hack(ie11, edge) { | ||
background: pink; | ||
} | ||
} | ||
``` |
{ | ||
"name": "sky-toolkit-core", | ||
"version": "2.27.1", | ||
"version": "2.28.1", | ||
"description": "The core of Sky's CSS Toolkit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
147761