Skip to content

Instantly share code, notes, and snippets.

@jelbourn
jelbourn / index.html
Created July 9, 2019 23:53
Alpha blending calculator
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<p>
@jelbourn
jelbourn / input.scss
Created December 15, 2022 22:52
Generated by SassMeister.com.
@function button() {
@return (
id: 'mat-button',
something: 'xxx',
)
}
@mixin button-theme($theme) {
.mat-button {
color: blue;