Add note on how arguments work for commands. Closes #15
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/pure-min.css" integrity="sha384-Uu6IeWbM+gzNVXJcM9XV3SohHtmWE+3VGi496jvgX1jyvDTXfdK+rfZc8C1Aehk5" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/grids-responsive-min.css">
|
||||
<style>
|
||||
.pure-g > div {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.l-box {
|
||||
padding: 2em;
|
||||
}
|
||||
pre {
|
||||
font-size: 60%;
|
||||
height: 100px;
|
||||
|
||||
Reference in New Issue
Block a user