Skip to content

Instantly share code, notes, and snippets.

View LucasVilela's full-sized avatar
:shipit:

Lucas Vilela LucasVilela

:shipit:
View GitHub Profile
{
"30 day returns": "30 jours de retour",
"360º Viewer": "Visionneuse 360º",
"Add prescription": "Ajouter une prescription",
"Add to cart": "Ajouter au panier",
"Adjustable nose pads providing improved fit and comfort": "Réglage des nosepads offrant un confort et une meilleure adaptation",
"All our frames come with a 12 month manufacturer warranty.": "Tous nos cadres sont fournis avec une garantie de 12 mois de fabricant.",
"Amount": "Montant",
"and to receive communication from Bailey Nelson. You can unsubscribe at any time.": "et pour recevoir des communications de Bailey Nelson. Vous pouvez vous désinscrire à tout moment.",
"and": "et",
@LucasVilela
LucasVilela / gist:56c642c6696fb8ed34a9e116e94aa080
Last active May 17, 2018 10:14
Creating spacing classes using Sass
// Using gulp-sass will create the helper classes mt-10 m-10 and m-sm-10 and responsives .xs-p-5 .sm-p-5 .md-p-5 .lg-p-5 .xl-p-5
// change to false if its not imported into bootstrap
$use-bootstrap: false;
// margin and padding values array
$space-values: ( 5, 10, 15, 20, 30, 40, 50) !default;
// margin and padding shorthands
$space-prefixes: ( p: padding, pt: padding-top, pr: padding-right, pb: padding-bottom, pl: padding-left, m: margin, mt: margin-top, mr: margin-right, mb: margin-bottom, ml: margin-left, ) !default;
// change these values if its not imported into bootstrap
$grid-breakpoints-custom: ( // Extra small screen / phone
date close
1-May-12 58.13
30-Apr-12 53.98
27-Apr-12 67.00
26-Apr-12 89.70
25-Apr-12 99.00
24-Apr-12 130.28
23-Apr-12 166.70
20-Apr-12 234.98
19-Apr-12 345.44
@LucasVilela
LucasVilela / 0_reuse_code.js
Created September 20, 2016 03:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console