@_nu/cli
Version:
🛠️ Standard Tooling for nu-system component development
13 lines (11 loc) • 355 B
CSS
@font-face {
font-family: Emoji;
src: local("Apple Color Emojiji"), local("Segoe UI Emoji"), local("Segoe UI Symbol"), local("Noto Color Emoji");
unicode-range: U+1F000-1F644, U+203C-3299;
}
body {
font-family: system-ui, —apple-system, Segoe UI, Rototo, Emoji, Helvetica, Arial, sans-serif;
}
.nu_<%=componentName %>{
color:red;
}