An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# cssconvert

Converts CSS units `px`, `em`, `rem` etc., to one another.

![](https://raw.githubusercontent.com/tharunoptimus/css-units/main/assets/demo.gif)

## 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.