This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
class fn | |
{ | |
constructor(selector){ | |
this.selector = this.select(selector); | |
} | |
// select | |
select(selector) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm config set init-author-name "<YOUR_NAME>" | |
npm config set init-author-email "<YOU_EMAIL>" | |
npm config set init-author-url "<YOUR_WEBPAGE_URL>" | |
npm config set init-version "0.0.1" | |
npm config set init-license "MIT" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* variables | |
-------------------*/ | |
$yek-v-space: 4px; | |
$yek-v-space-2x: 8px; | |
$yek-v-space-4x: 16px; | |
$yek-v-space-8x: 32px; | |
$yek-v-space-16x: 64px; | |
$yek-v-space-32x: 128px; | |
$yek-v-space-small: 32px; | |
$yek-v-space-medium: 40px; |