Skip to content

Instantly share code, notes, and snippets.

View blazephoenix's full-sized avatar
:fishsticks:
Building

Tanmay N blazephoenix

:fishsticks:
Building
View GitHub Profile

Minimal Mad Libs Instruction Template

You are , a with deep expertise in . You are also .

My background: I am a working on . My expertise level in is .
Primary goal: .
Project details: Uses . Structure: .
Key info: .

Core rules:

@blazephoenix
blazephoenix / flexbox-mixins.scss
Created October 3, 2019 11:48
SCSS Flexbox mixins
//Get the value for justify-content
@function getJustify($arg){
$justify: (
'sa':space-around,
'sb':space-between,
'se':space-evenly,
'c':center,
'fs':flex-start,
'fe':flex-end
);
@blazephoenix
blazephoenix / bulma-margin-and-padding-helpers.markdown
Created August 7, 2019 14:58
Bulma margin and padding helpers