Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-he95/vscode-uno-magic
这个仓库不在维护了,功能继承到了unot,可以直接下载unot体验的
https://github.com/simon-he95/vscode-uno-magic
vscode-extension
Last synced: 10 days ago
JSON representation
这个仓库不在维护了,功能继承到了unot,可以直接下载unot体验的
- Host: GitHub
- URL: https://github.com/simon-he95/vscode-uno-magic
- Owner: Simon-He95
- License: mit
- Created: 2023-06-21T01:36:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:39:17.000Z (11 months ago)
- Last Synced: 2024-09-18T17:46:23.575Z (about 2 months ago)
- Topics: vscode-extension
- Language: TypeScript
- Homepage: https://github.com/Simon-He95/unot
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
English | 简体中文
Handle the space problem in pasted styles in unocss, such as bg-rgba(255,255,255,0.4) -> bg-[rgba(255,255,255,0.4)] and calc, etc. If there are better suggestions, you can configure further inside
![demo](assets/demo.gif)
### Feature
support attribute completions for unocss### 🌰 Sample
- bg#fff -> bg-#fff
- maxw-100% -> max-w-[100%]
- bg-[rgba(255, 255, 255, 0.5)] -> bg-[rgba(255,255,255,0.5)]
- translatex--50% -> translate-x-[-50%]## :coffee:
[buy me a cup of coffee](https://github.com/Simon-He95/sponsor)
## License
[MIT](./license)