Skip to content

Instantly share code, notes, and snippets.

View ZortacDev's full-sized avatar

Moritz F. Kuntze ZortacDev

View GitHub Profile

Keybase proof

I hereby claim:

  • I am zortacdev on github.
  • I am zortac (https://keybase.io/zortac) on keybase.
  • I have a public key ASDis8jZ3oydAB8kuFv3oRREcB6SY50WfBMV5cCe5DS_fgo

To claim this, I am signing this object:

Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
CPU Family: 0x6
@ZortacDev
ZortacDev / tabs.css
Created May 20, 2017 19:36
Stylish CSS for changing default tab width.
@namespace url(http://www.w3.org/1999/xhtml);
* {
--tab-size: 4;
-moz-tab-size: var(--tab-size);
-o-tab-size: var(--tab-size);
tab-size: var(--tab-size);
}