Skip to content

Instantly share code, notes, and snippets.

View bizhe's full-sized avatar
Focusing

Bizhe Orkhan bizhe

Focusing
View GitHub Profile
@bizhe
bizhe / ngrok valid header
Created September 20, 2021 18:51
ngrok valid header
ngrok http 3000 -host-header="localhost:3000"
ngrok http --host-header=rewrite 3000
////
/// Andy.SCSS: Open-Source Collection of Useful SASS Mixins Library.
/// URL: http://gillesbertaux.com/andy$
/// Repository: https://github.com/gillesbertaux/andy
/// By: Gilles Bertaux | http://gillesbertaux.com | @gillesbertaux
/// The purpose of Andy is to gather useful mixins and avoid endless research
/// or heavy framework use. Feel free to fork it on Github and add your own mixins:
////
@bizhe
bizhe / sass_cheatsheet.scss
Created December 29, 2019 07:06
sass cheatsheet
Comments
/* Block comments */
// Line comments
// Variables
$red: #833;
body {
color: $red;