description
a framework for creating web experiences without knowing any other language than valid css.
quick start
import { render } from './curssed.js'
render(document.body, {
markup: {
content: \'.text[p] { content: "hello world"; color: red; }\'
}
}).then()
documentation
visit the documentation