Skip to content

Instantly share code, notes, and snippets.

View gpetrioli's full-sized avatar
🏠
Working from home

Gabriele Petrioli gpetrioli

🏠
Working from home
View GitHub Profile
@gpetrioli
gpetrioli / input.scss
Created February 3, 2022 15:56
Generated by SassMeister.com.
@function calcWidth($var1) {
$res: $var1 * 10;
@return $res;
}
.my-class {
width: calcWidth(10px);
}
@gpetrioli
gpetrioli / .block
Last active November 6, 2018 08:03
multiple layer select with labels not working yet
license: mit
@gpetrioli
gpetrioli / .block
Last active May 7, 2018 14:40
100 people pictogram grid in d3js (with labels)
license: mit
@gpetrioli
gpetrioli / index.html
Created December 21, 2017 01:24 — forked from jdanyow/index.html
position sticky page layout
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<style>
* {
box-sizing: border-box;
}
@gpetrioli
gpetrioli / app.html
Last active March 14, 2017 17:05 — forked from jdanyow/app.html
Aurelia Gist
<template>
<router-view></router-view>
</template>
@gpetrioli
gpetrioli / hKzfl.markdown
Created May 28, 2014 10:20
A Pen by Captain Anonymous.