Skip to content

Instantly share code, notes, and snippets.

View janrenn's full-sized avatar

janrenn janrenn

View GitHub Profile
@janrenn
janrenn / self-signed-certificate-with-custom-ca.md
Last active August 20, 2020 21:11 — forked from fntlnz/self-signed-certificate-with-custom-ca.md
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096
@janrenn
janrenn / browserslist
Last active October 8, 2020 07:07
Generated by SassMeister.com.
> 0.3%
last 2 versions
not dead
Chrome >= 45
Firefox >= 38
Edge >= 12
Explorer >= 11
iOS >= 9
Safari >= 9
Android >= 4.4
@janrenn
janrenn / input.scss
Created October 8, 2020 07:14
Generated by SassMeister.com.
.foo {
width: max(10px, env(safe-area-inset-left));
background-clip: border-box;
-webkit-box-reflect: below 5px url(mask.png);
filter: grayscale(50%);
word-break: break-word;
-webkit-hyphens: auto;
}
@mixin foobar {
@janrenn
janrenn / browserslist
Last active October 8, 2020 07:28
Generated by SassMeister.com.
> 0.3%
last 2 versions
@janrenn
janrenn / input.scss
Created October 8, 2020 07:32
Generated by SassMeister.com.
.foo {
width: max(100px, env(safe-area-inset-left));
background-clip: border-box;
-webkit-box-reflect: below 5px url(mask.png);
filter: grayscale(50%);
word-break: break-word;
hyphens: auto;
transform: rotate(30deg);
}
/* https://autoprefixer.github.io/ */