Socket
Socket
Sign inDemoInstall

keyboard-css

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keyboard-css - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.2.3](https://github.com/shhdharmen/keyboard-css/compare/v1.2.2...v1.2.3) (2020-11-01)
### Bug Fixes
* package version in link tag ([6c6c576](https://github.com/shhdharmen/keyboard-css/commit/6c6c5763b3587b2ea128171afa2aa9e1cef8102e))
## [1.2.2](https://github.com/shhdharmen/keyboard-css/compare/v1.2.1...v1.2.2) (2020-11-01)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "keyboard-css",
"version": "1.2.2",
"version": "1.2.3",
"description": "Show off your keyboard shortcuts with style 🦄.",

@@ -5,0 +5,0 @@ "files": [

@@ -52,3 +52,3 @@ <!-- markdownlint-disable -->

```html
<link rel="stylesheet" href="https://unpkg.com/keyboard-css/css/main.min.css" />
<link rel="stylesheet" href="https://unpkg.com/keyboard-css/dist/css/main.min.css" />
```

@@ -153,10 +153,10 @@

```html
<kbd> class="kbc-button">Default</kbd>
<kbd> class="kbc-button kbc-button-primary">Primary</kbd>
<kbd> class="kbc-button kbc-button-secondary">Secondary</kbd>
<kbd> class="kbc-button kbc-button-success">Success</kbd>
<kbd> class="kbc-button kbc-button-danger">Danger</kbd>
<kbd> class="kbc-button kbc-button-info">Info</kbd>
<kbd> class="kbc-button kbc-button-light">Light</kbd>
<kbd> class="kbc-button kbc-button-dark">Dark</kbd>
<kbd class="kbc-button">Default</kbd>
<kbd class="kbc-button kbc-button-primary">Primary</kbd>
<kbd class="kbc-button kbc-button-secondary">Secondary</kbd>
<kbd class="kbc-button kbc-button-success">Success</kbd>
<kbd class="kbc-button kbc-button-danger">Danger</kbd>
<kbd class="kbc-button kbc-button-info">Info</kbd>
<kbd class="kbc-button kbc-button-light">Light</kbd>
<kbd class="kbc-button kbc-button-dark">Dark</kbd>
```

@@ -266,3 +266,2 @@

```scss
// add size in $kbc-btn-size-map
$kbc-kbd-depth: 4;

@@ -276,6 +275,4 @@

Keyboard CSS is licensed under the [MIT](https://github.com/shhdharmen/keyboard-css/blob/main/LICENSE) license. And same is available on Github:
Keyboard CSS is licensed under the [MIT](https://github.com/shhdharmen/keyboard-css/blob/main/LICENSE) license.
%[https://github.com/shhdharmen/keyboard-css]
### Contributing

@@ -282,0 +279,0 @@

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

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