Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sky-toolkit-core

Package Overview
Dependencies
Maintainers
5
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sky-toolkit-core - npm Package Compare versions

Comparing version 2.27.1 to 2.28.1

19

CHANGELOG.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc