https://github.com/tharunoptimus/css-units
VS Code extension to convert CSS units from one another supporting 13 absolute and relative units.
https://github.com/tharunoptimus/css-units
css-units vscode
Last synced: about 2 months ago
JSON representation
VS Code extension to convert CSS units from one another supporting 13 absolute and relative units.
- Host: GitHub
- URL: https://github.com/tharunoptimus/css-units
- Owner: tharunoptimus
- Created: 2021-08-13T18:37:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T19:09:35.000Z (almost 5 years ago)
- Last Synced: 2025-02-26T14:16:02.326Z (over 1 year ago)
- Topics: css-units, vscode
- Language: JavaScript
- Homepage:
- Size: 6.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# cssconvert
Converts CSS units `px`, `em`, `rem` etc., to one another.

## Features
- Works from any file with any language with a CSS Unit
- Convert from one unit to more than 13 relative and absolute units
## How To Use
+ Select the CSS Unit you want to convert and run command `Convert Units` in the command pallete.
## Support Language
html vue css less scss sass stylus tsx jsx and many others which support CSS Units.
## Release Notes
### 1.0.0
+ Initial release
- Convert from one unit to more than 13 relative and absolute units
- Select Units from Quick Pick
## Configuration
No configuration required.