You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openNG/old/riot/sample-view/component.tag

11 lines
191 B
Plaintext

openng-view-sample
p Text: { opts.text }
style(type="scss").
openng-view-sample {
p {
background-color: red;
color: white;
font-weight: bold;
padding: 4px 6px;
}
}