Skip to content

Instantly share code, notes, and snippets.

View mouton-rebelle's full-sized avatar
🏠
Working from home

Cédric Fontaine mouton-rebelle

🏠
Working from home
View GitHub Profile
@mouton-rebelle
mouton-rebelle / dabblet.css
Last active March 8, 2022 09:27
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
padding:0;
margin:0;
}
@mouton-rebelle
mouton-rebelle / History|-1001a74e|entries.json
Last active May 12, 2022 08:34
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"file:///Volumes/web/batch/js/components/form/fields/date-picker/date-picker-popover.js","entries":[{"id":"1qj8.js","timestamp":1651831317476}]}
body{
display:flex;
font-size:30px;
}
body > div{
padding: 10px;
}
h2{
margin:0
font-size:25px:

Keybase proof

I hereby claim:

  • I am mouton-rebelle on github.
  • I am moutonrebelle (https://keybase.io/moutonrebelle) on keybase.
  • I have a public key ASBauwUeHx8dYVNrMGVgWMi-01V4E2wFknAeupFaLlsBowo

To claim this, I am signing this object:

@mouton-rebelle
mouton-rebelle / config.json
Created December 4, 2015 10:16
My sublime linter tidy config for angular templates
{
"htmltidy": {
"@disable": false,
"args": [
"--doctype=html5",
"--drop-empty-elements=false",
"--drop-empty-paras=false"
],
"ignore_match": [
"missing <!DOCTYPE> declaration",
@mouton-rebelle
mouton-rebelle / dabblet.css
Last active August 29, 2015 14:25 — forked from nyamsprod/dabblet.css
The Kitt Effect using Efficient CSS Animation
/**
* The Kitt Effect using Efficient CSS Animation
*/
html, body {
font:normal 100%/1.5 sans-serif;
}
.kitt,
.kitt div,
html,body{
margin:0;
padding:0;
}
#block{
width: 134px;
height: 21px;
background:#FFF;
font-family:'HelveticaNeue-Medium', 'HelveticaNeue Medium', 'Helvetica Neue Medium';
font-size: 12px;
<?php
// (...)
/**
* SELECT AN ITEM FROM A CHOSEN SELECTOR
*
* @Given /^I select item "([^"]*)" from chosen "([^"]*)"$/
@mouton-rebelle
mouton-rebelle / test
Created February 17, 2014 11:24
Welcome document
Horoscope du jour, BONJOUR !
**Balance** : Aujourd'hui, **c'est la journée mondiale des chats** ! Mais comme **félindi**, **ocelot-ccasion** ou jamais de prendre un nouveau guépard !
**Bélier** : vous entendez la foule qui **scande** votre nom à répétition ? Eh bien à moins que vous ne vous appeliez "Bip", il s'agit de votre réveil, et il est temps de **vous réveiller**.
**Taureau** : vous savez ce qui est bien quand on est un poney ? C'est que **votre vie ne manque pas de selles.**
★ *Pour débloquer la version Pro > settings > promo code > **appgratis** (en un mot, et en minuscules)* ★
@mouton-rebelle
mouton-rebelle / gulpfile.js
Created January 15, 2014 10:56
Working gulpfile with compass & livereload (workaround for compass issue not streaming modified files)
/* global require */
var lr = require('tiny-lr'),
gulp = require('gulp'),
compass = require('gulp-compass'),
livereload = require('gulp-livereload'),
server = lr();
gulp.task('compass', function() {
gulp.src('./sass/*.scss')
.pipe(compass({