livebook/assets/css/app.css
Jonatan Kłosko 266bf35bd0
Move focus navigation to the client (#74)
* Show all sections and enable cross-section focus navigation

* Move focus to the client

* Add shortcut for evaluating all cells

* Fix and expand tests

* Make section links scroll to the given section
2021-03-11 15:28:18 +01:00

13 lines
311 B
CSS

@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@import "nprogress/nprogress.css";
@import "./global.css";
@import "./components.css";
@import "./utilities.css";
@import "./live_view.css";
@import "./markdown.css";
@import "./ansi.css";
@import "./session.css";