This is a playground
to test code. It runs a full Node.js
environment and already has all of npm
’s 400,000 packages pre-installed, including @lunelson/homework
with all npm
packages installed. Try it out:
require()
any package directly from npmawait
any promise instead of using callbacks (example)This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.
$root-defaults: (
// bases
font-size: 16px,
line-height: 1.25,
inner-x: 1rem,
inner-y: 1.25rem,
outer-top: 2rem,
outer-right: 2rem,
outer-bottom: 2rem,
outer-left: 2rem,
grid-columns: 12,
// variations
font-mods: ( sans: ( m: 16px 1.25 ) ),
inner-x-mods: ( m: 1rem ),
inner-y-mods: ( m: 1rem ),
);
$media-defaults: (
s: (breakpoint: 30em),
m: (breakpoint: 45em),
l: (breakpoint: 67.5em),
);