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
$color-primary-darker: #0940ae; | |
$color-primary-dark: #0c52df; | |
$color-primary: #2a6df4; | |
$color-primary-light: #5a8ef6; | |
$color-primary-lighter: #8baff9; | |
$color-accent-darker: #c70a1a; | |
$color-accent-dark: #f31224; | |
$color-accent: #f54251; | |
$color-accent-light: #f8727e; |
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
// Red | |
//---------------------------------------- | |
$red-50 = #ffebee | |
$red-100 = #ffcdd2 | |
$red-200 = #ef9a9a | |
$red-300 = #e57373 | |
$red-400 = #ef5350 | |
$red-500 = #f44336 | |
$red-600 = #e53935 | |
$red-700 = #d32f2f |
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
--app=https:// |
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
#homepage_panel_pagelet, | |
#pagelet_next_match, | |
#pagelet_trending_tags_and_topics, | |
#pagelet_video_home_watch_list_rhc, | |
#pagelet_ego_pane, | |
#pagelet_rhc_footer, | |
#pagelet_gaming_destination_rhc, | |
#pinnedNav, | |
#navItem_193356651002223, |
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
/* ******************************************************************************************* | |
* GLOBAL CONFIG | |
* Vue.config is an object containing Vue’s global configurations. | |
* You can modify its properties listed below before bootstrapping your application. | |
* https://vuejs.org/v2/api/#Global-Config | |
* ******************************************************************************************* */ | |
// Configure whether to allow vue-devtools inspection | |
Vue.config.devtools = true |
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
Checks to make sure you have Docusaurus installed, then if it finds it - initializes a new app for you in the current directory. | |
Then just run: $ yarn run start ((or)) $ npm run start | |
https://docusaurus.io/ | |
https://github.com/facebook/Docusaurus |
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
Verifying my Blockstack ID is secured with the address 1NDaGQHLTN59cwnf8UDCrrQsGzxwhJANwM https://explorer.blockstack.org/address/1NDaGQHLTN59cwnf8UDCrrQsGzxwhJANwM |
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
/* | |
* The Typekit service used to deliver this font or fonts for use on websites | |
* is provided by Adobe and is subject to these Terms of Use | |
* http://www.adobe.com/products/eulas/tou_typekit. For font license | |
* information, see the list below. | |
* | |
* acta-poster: | |
* - http://typekit.com/eulas/000000000000000000011c78 | |
* lato: | |
* - http://typekit.com/eulas/00000000000000000001522d |
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
/*---------- Selector Hacks ----------*/ | |
/* IE6 and below */ | |
* html #uno { | |
color: red; | |
} | |
/* IE7 */ | |
*:first-child+html #dos { | |
color: red; |
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
cd projects | |
@echo off | |
COLOR 0A | |
set /p dname= New project name: | |
git clone https://github.com/sebastianperezperaza/gulp-pug-sass-autoprefixer-browser-sync.git %dname% | |
cd %dname% | |
yarn install | |
gulp |
NewerOlder