You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a bit of everything for the v0.0.2. Now, I want to focus on the rendering.
I'm expecting a lot of things. First, the current CSS parser is not powerful enough. It cannot read media query or some complex property like gradient. I'm writing a custom CSS parser based on the csslib but it wouldn't be ready soon. So I'm planning to use the CSS AST of the csslib.
Let's split in 2
CSS :
use csslib
add a Style Editor dev tools. It would be useful for debugging
Use the CSS variables and compute them
Support , selector
Render HTML input:
text
checkbox
radio
password
Some stuff Idk
can render gradient
The text was updated successfully, but these errors were encountered:
I made a bit of everything for the v0.0.2. Now, I want to focus on the rendering.
I'm expecting a lot of things. First, the current CSS parser is not powerful enough. It cannot read media query or some complex property like gradient. I'm writing a custom CSS parser based on the
csslib
but it wouldn't be ready soon. So I'm planning to use the CSS AST of thecsslib
.Let's split in 2
CSS :
csslib
Style Editor
dev tools. It would be useful for debugging,
selectorRender HTML input:
Some stuff Idk
The text was updated successfully, but these errors were encountered: