Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/serkodev/master-styles-css-converter

CSS to Master Styles Converter
https://github.com/serkodev/master-styles-css-converter

converter css html master styles

Last synced: about 1 month ago
JSON representation

CSS to Master Styles Converter

Awesome Lists containing this project

README

        

# master-styles-css-converter

[Online Converter](https://master-styles-css-converter.pages.dev/)

## Features

- [x] Convert CSS to [Master Styles](https://styles.master.co/)
- [x] Use VSCode Monaco Editor with auto completion CSS.
- [x] Support auto detect alternative CSS properties. (`-webkit-`)
- [x] Support group up shorthand properties
- [ ] Support CSS selectors
- [ ] Convert units of CSS values optionally

## Development

Start development web server
```
pnpm i
pnpm build-alt-props
pnpm web
```