Files
uni-web-site/old/labs/lab5/src/styles/main.styl
2026-02-26 21:55:48 +10:00

7 lines
102 B
Stylus

text(size, color)
&:first-letter
font-size size
color color
.first-green-letter
text(2em,green)