- Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
Description
Been using sheetify for a while now, and feel there's some rough edges still. In this issue I try and outline which problems I've been experiencing, and suggest solutions on how to fix 'em. Comments and suggestions super welcome; if we need to break stuff this is the place to mention it
problems
insert-cssas a peer dep is hella annoying and probably makes for a not-so-great user experience - usingsheetifyright now doesn't "just work" and yeah it would be cool if it did- we don't support inline globals, which would be like a cool thing to support as it allows for inline var declaration, overrides and other stuff - people I'm working with right now have requested this already and kinda confirmed my idea this would be neat - Don't differentiate between host and non-host #98 | Support for @apply Rule #91 | Variables don't work in template strings #97 (ish)
todos
- make
insert-cssa file in sheetify that can be required in, removing the peer dep (pr - patch
css-extractto also detect thesheetify/insert(minor patch; just pick up more files) - merge feat(prefix): drop support for non :host prefix postcss-prefix#9 so only
:hostproperties are prefixed
And that's it. Suggestions and thoughts super welcome!
sveisvei