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,20 @@
-- http://www.material-ui.com/#/components/chip
{
rounded: 5
background: some_color
padding: {right: 5}
-- somehow this knows to expand to size of children horizontally, but not vertically...
{
rounded: true -- full circle instead of special pixel count
background: an_image
}
{
text: "Colored Chip"
}
{
width: 0.8 -- 80% size of parent
rounded: true
background: an_x_image
}
}