Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed Mar 21, 2023
1 parent dee59e9 commit 4292f4b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Roadmap.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# Roadmap

- use in kitbook
- improve package example
- close UnoCSS PRs and update notices there about this package
- improve package example
- update temp-s-p-u with link to updated preprocessor
- think about preflights and safelist in packaged libraries that are consumed by apps not using svelte-scoped-uno

- add issue to UnoCSS to deal with empty class having just a semicolon when using transformer:
```css
.my-button {
--at-apply: dark:bg-red-700 dark:hover:bg-red-600;
}
```

- rewrite defineConfig with restricted type for uno.config.ts, don't allow transformers
- add linting
- [UnoCSS Inspector doesn't work yet](https://github.com/unocss/unocss/issues/1718). PR's welcome! You would need to study how the `unocss:global` global does it by adding tokens to the tasks array via `tasks.push(extract(code, filename))`
- Think about if we want to port across a version of the [UnoCSS Inspector that works in a scoped context](https://github.com/unocss/unocss/issues/1718). PR's welcome! You would need to study how the `unocss:global` global does it by adding tokens to the tasks array via `tasks.push(extract(code, filename))`
- If you update the config during dev, you'll need to restart your server to see the updated changes, this could be solved by using Uno's ConfigHMRPlugin

0 comments on commit 4292f4b

Please sign in to comment.