widgets docs

This commit is contained in:
Will McGugan
2022-09-21 17:18:50 +01:00
parent 24d4491bf8
commit 9ab01d3c54
16 changed files with 293 additions and 158 deletions

View File

@@ -0,0 +1,9 @@
Screen {
layout: center;
}
FizzBuzz {
width: auto;
height: auto;
background: $panel;
}