Published
Edited
Jul 12, 2018
1 fork
3 stars
Insert cell
Insert cell
LESS = require("less")
Insert cell
less = async str => {
return html`<style>${(await LESS.render(str)).css}</style>`;
}
Insert cell
less(`.foo { border: 1px solid red; }`)
Insert cell
html`<div class='foo'>foo!</div>`
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more