Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/userquin/unocss-lit-ts
https://github.com/userquin/unocss-lit-ts
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/userquin/unocss-lit-ts
- Owner: userquin
- Created: 2021-11-25T21:25:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T21:42:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T00:00:51.706Z (about 1 month ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unocss-lit-ts
This repo will show you how to use [unocss](https://github.com/antfu/unocss) with [lit](https://lit.dev/).
The `main` branch contains the code to run a simple `lit web-component`.
We are exploring `scoping css`, you can see a first attempt to make it working with `unocss per-module` on `permodule` branch.
This repo is using `pnpm`, so if you don't have installed run `npm i -g pnpm` or just use the `package manager` you want.