-
Hi everyone! First off, I'd like to say that I've been using TypeStyle in a few libraries and apps (in production!) and I think it is fantastic. Please, keep up the good work đź‘Ť
That being said, na…
-
jupyterlab-git uses:
- typestyle
- mui
- native CSS
This has performance implications because we get a lot of CSS rules of various quality.
typestyle is really a mixed bag:
- good because it…
-
# Bug Report
When returning an extended class type from a function, the resulting `.d.ts` file is needlessly verbose resulting in very, very long `.d.ts` for chained extensions. (See playground for…
-
Hi, I was trying to rename some of the client properties (the code below is simplified). I decided to use `PropertyNameGenerator` but it doesn’t work in case of `TypeStyle = TypeScriptTypeStyle.Interf…
-
I have set all styles to { bold = false } but still "true" and "false" are left out. How to remove boldness from these keywords?
```lua
functionStyle = { bold = false },
commentStyle = { italic =…
-
Hello
Look like system has inconsistency in typescript interface naming.
In case `TypeStyle=Class` according to `Class.liquid` interface name will be generated with `I` at the beginning,
(what'…
-
Hi there,
I use a library [`typestyle`](https://github.com/typestyle/typestyle) which depends on `csstype`. And I have a next case:
```typescript
import {style} from 'typestyle';
export cons…
-
Not every string should be allowed in properties of the `CSSStyleDeclaration` interface, such as `display`, `overflow`, etc. The [TypeStyle](https://github.com/typestyle/typestyle/) project seems to h…
-
## Description
The notebook/console/other icons in Launcher sections have `aria-hidden` defined in:
https://github.com/jupyterlab/jupyterlab/blob/62dcce81e6cb3466b9e75a2b93f266ad6982e99d/package…
-
I'm just trying out typestyle on a new project and am loving it so far. I have hit one snag though. I'm trying to set the opacity as important like this:
```
style({
opacity: '.5 !important'
}…