Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
CSS to Master Styles Converter
- Host: GitHub
- URL: https://github.com/serkodev/master-styles-css-converter
- Owner: serkodev
- Created: 2022-04-20T19:45:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T16:23:33.000Z (over 2 years ago)
- Last Synced: 2024-08-05T01:11:10.473Z (6 months ago)
- Topics: converter, css, html, master, styles
- Language: TypeScript
- Homepage: https://master-styles-css-converter.pages.dev/
- Size: 480 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```