Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save realtomaszkula/3fc2c9d327282fb0019898a43dad9a55 to your computer and use it in GitHub Desktop.
Save realtomaszkula/3fc2c9d327282fb0019898a43dad9a55 to your computer and use it in GitHub Desktop.
@Component({
selector: 'app-root',
template: `
<app-card></app-card>
`,
styles: [`
app-card {
--primary: lightblue;
--accent: crimson;
}
`]
})
export class AppComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment