wdl-doc 0.3.1

Documentation generator for Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import "tailwindcss" important;
@import "tailwindcss/preflight";

/* Dark mode enabled with the `dark` class */
@custom-variant dark (&:where(.dark, .dark *));

/* Local imports */
@import "./headings.css";

/* Custom theme variables */
@theme {
  --font-sans: "DM Sans";
}

/* Scan Rust source code */
@source "../../src/";