This commit is contained in:
Paul Liverman III
2018-04-05 15:43:24 -07:00
commit f0a9da387a
13 changed files with 328 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
-- http://www.material-ui.com/#/components/divider
{
text: "some text"
}
{ -- makes a horizontal rule effectively
newline: true
height: 1.0001
background: dark_grey
}