Skip to content

Instantly share code, notes, and snippets.

@mikla
Last active April 28, 2020 08:18
Show Gist options
  • Select an option

  • Save mikla/56bb6361fc3a1550cf79bf50387cf3f4 to your computer and use it in GitHub Desktop.

Select an option

Save mikla/56bb6361fc3a1550cf79bf50387cf3f4 to your computer and use it in GitHub Desktop.
scalacss toward Scala.js 1.0, dependencies
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
digraph G {
rankdir=LR
label="scalacss deps"
node[style=filled fillcolor="#ccf999"]
univeq
utest
tu [label="test-util (microlibs)"]
nyaya
monocle
node[style=filled fillcolor="#ffff99"]
scalacss
sjr [label="scalajs-react"]
node[style=filled fillcolor="#ccddff"]
sourcecode
node[style=filled fillcolor="#ffaaaa"]
node[style=filled fillcolor="#a65d00"]
q[label="?"]
subgraph cluster_key {
label="Legend";
far [fillcolor="#ffaaaa" label="Not even close"];
depends [fillcolor="#ffff99" label="Depends on"];
inprogress [fillcolor="#ccf999" label="Done / MR submitted / Supports RC1"];
tbd [fillcolor="#a65d00" label="TBD"];
}
// scalacss -> sjb
scalacss -> tu -> utest
tu -> univeq
tu -> sourcecode -> q
scalacss -> univeq
scalacss -> nyaya -> monocle
scalacss -> utest
scalacss -> sjr -> q
}
@mikla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment