I hereby claim:
- I am zmetser on github.
- I am zmetser (https://keybase.io/zmetser) on keybase.
- I have a public key ASDolZXb4kgGxGy_enYvIXlcEPVnqwEjI5pw1MPsYbVOKgo
To claim this, I am signing this object:
| // https://sass-lang.com/ | |
| // Preprocessing | |
| /************* | |
| * Variables * | |
| *************/ | |
| $base-color: #c6538c; // nincs kulonbseg a - es _ kozott $base_color == $base-color | |
| $border-dark: rgba($base_color, 0.88); |
| <!doctype html> | |
| <html ⚡> | |
| <head> | |
| <meta charset="utf-8"> | |
| <link rel="canonical" href="self.html" /> | |
| <meta name="viewport" content="width=device-width,minimum-scale=1"> | |
| <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript> | |
| <script async="" custom-element="amp-ima-video" src="https://cdn.ampproject.org/v0/am |
| /* @flow */ | |
| type Slide = {| id: number |} | |
| class Test { | |
| slidesWithAds: Array<Slide> = [{id: 2}]; | |
| getNonAdSlideIndex(indexWithAds: number): ?Slide { | |
| return this.slidesWithAds[indexWithAds]; | |
| } | |
| } |
| /* @flow */ | |
| type Slide = {| id: number |} | |
| class Test { | |
| slidesWithAds: Array<Slide> = [{id: 2}, {id: 4}]; | |
| getNonAdSlideIndex(indexWithAds: number): ?Slide { | |
| return this.slidesWithAds[indexWithAds]; | |
| } | |
| } |
| /* @flow */ | |
| type Slide = {| id: number |} | |
| class Test { | |
| slidesWithAds: Array<Slide> = [{id: 2}, {id: 4}]; | |
| getNonAdSlideIndex(indexWithAds: number): ?Slide { | |
| return this.slidesWithAds[indexWithAds]; | |
| } | |
| } |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "presets": [ | |
| [ | |
| "es2015" | |
| ] | |
| ] | |
| } |
| // @flow | |
| class Base {} | |
| class A extends Base {} | |
| class AA extends Base {} | |
| class AB extends Base {} | |
| class AC extends Base {} | |
| class AD extends Base {} | |
| class AE extends Base {} | |
| class AF extends Base {} |
| { | |
| "title" : "This new ASUS tablet pc is dope", | |
| "score" : "A+", | |
| "reviewData" : [ | |
| { | |
| "title" : "Specs", | |
| "content" : "Intel i7 CPU, very good, very good, also an NVidia GPU" | |
| }, | |
| { | |
| "title" : "Benchmark results", |
| yarn build v0.21.3 | |
| $ ./.scripts/build.js | |
| ✓ Previous build cleaned up. | |
| ✓ Webpack config generated. | |
| chunk {[1m[33m0[39m[22m} [1m[32mcomponents/icon-set.js, components/icon-set.js.map[39m[22m (components/icon-set) 10.2 kB {[1m[33m4[39m[22m}[1m[33m [initial][39m[22m[1m[32m [rendered][39m[22m | |
| chunk {[1m[33m1[39m[22m} [1m[32mcomponents/network-nav.js, components/network-nav.css, components/network-nav.js.map, components/network-nav.css.map[39m[22m (components/network-nav) 3.08 kB {[1m[33m4[39m[22m}[1m[33m [initial][39m[22m[1m[32m [rendered][39m[22m | |
| chunk {[1m[33m2[39m[22m} [1m[32mcomponents/counter.js, components/counter.css, components/counter.js.map, components/counter.css.map[39m[22m (components/counter) 3.06 kB {[1m[33m4[39m[22m}[1m[33m [initial][39m[22m[1m[32m [rendered][39m[22m | |
| chunk {[1m[33m3[39m[22m} [1m[32mcomponents/icon.js, components/icon.js.map[39m[22m (components/icon) 902 bytes {[1m[33m4[39m[22m}[1m[33m [initial][ |