Skip to content

Commit

Permalink
fix: fix missing keybindings rpx switch px (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Oct 29, 2021
1 parent 7ad7a1e commit 16f823b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cssrem",
"displayName": "px to rem & rpx (cssrem)",
"description": "Converts between px and rem & rpx units in VSCode",
"version": "2.5.0",
"version": "2.5.1",
"publisher": "cipchk",
"icon": "icon.png",
"license": "MIT",
Expand Down Expand Up @@ -90,7 +90,7 @@
},
{
"command": "extension.cssrem.rpx-switch-px",
"key": "Alt+z+r"
"key": "Alt+r"
}
],
"configuration": {
Expand Down

0 comments on commit 16f823b

Please sign in to comment.