calendar icon indicating copy to clipboard operation
calendar copied to clipboard

Convert to bootstrap and improve mobile / reactive layout

Open coffenbacher opened this issue 8 years ago • 2 comments

Writing custom styles, even for something this minimalist, was a terrible idea...

coffenbacher avatar Apr 12 '17 20:04 coffenbacher

Why is the CSS stored in JS? Would LESS be a nice preprocessor? Can run with a JS compiler locally, and compile to CSS for deployment.

Dunky13 avatar Jan 26 '19 19:01 Dunky13

It's quite common in React land to use JS objects for styling. This app in particular uses the Next.js framework which provides CSS-in-JS as the main "blessed" styling approach.

goto-bus-stop avatar Jan 26 '19 19:01 goto-bus-stop