Skip to content

Instantly share code, notes, and snippets.

View feoche's full-sized avatar

François Eoche feoche

View GitHub Profile
@feoche
feoche / input.scss
Created July 11, 2023 13:42
Generated by SassMeister.com.
@mixin wrapComponent($selector) {
:host,
.#{$selector} {
@content;
}
}
@mixin wrapSlot($slotName) {
slot[name="#{$slotName}"] {
@content;
@feoche
feoche / .gitconfig
Last active January 31, 2022 17:55
My detailed .gitconfig
[alias]
# Discard duplicate leading “git” (e.g. “git git status”)
git = "!git"
# add all files
aa = add --all
# abort current rebase
abort = rebase --abort
@feoche
feoche / a11y-checklist.md
Last active December 11, 2019 14:09
a11y checklist (based on the http://a11yproject.com/checklist.html page, kudos to them)

a11y checklist

Landmarks

  • <html lang="en">
  • <header role="banner">
  • <nav role="navigation">
  • <main role="main">
  • <article role="article">
  • <aside role="complementary">
  • ``````
@feoche
feoche / prohibitedWords.json
Created December 20, 2016 14:53
NutellaProhibitedWords
["0bese","0bèse","0kilos","abitella","abruti","abrutis","abruty","agonie","agonies","alchol","alcohl","alcol","alcoohl","alcool","anal","andouille","animal","animaux","annulingus","anulingus","anus","anusella","anuus","apekiller","arnake","arnaké","arnaque","arnaqué","arnaquer ","ass hole","assassin","asshole","ass-hole","aval","avorton","bad","banania","batar","batard","bâtard","batarr","battaar","battar","battarr","ben laden","benladen","bete","bête ","beuh","beur","bibitella","big cul","bisphenol","bisphénol","bite","bitella","'bitella","bithur","bithure","bitsh","bitur","biture","blaireau","blaireaux","blairo","blairos","bobyfucku","boitacaca","boîtacaca","boitakaka","bouffon","bougnoul","bougnoule","boulecaca","bounioul","boycot","boycott","boycotter","boykot","boykott","branler","branlette","branleur","burne","caca","caca box","caca mou","cacabox","caca-box","cacaenpot","cacalla","cacamou","cacaocu","cacaprout","cacas","cacatela","cacatella","cadavre","cadavres","canabis","cancer","cannabis","canscer","
@feoche
feoche / SassMeister-input.scss
Created November 19, 2015 10:52
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$c0: black;
$c1: white;
$c2: #e02021;
$c3: #F6F6F6;
$c4: #E6E6E6;
@feoche
feoche / ThemingGenerationMixin.scss
Last active November 13, 2015 09:41
[Sass] Theming Generation Mixin (based on each property)
$themes: original blue pineberry muddy raspberry;
$mainbackground: #9C9C9C #9C9C9C #fff #9C9C9C #fff;
$menuforeground: #dc8005 #04acec #E30B39 #00BD75 #fff;
$menubackground: #333333 #222222 #FEFEE2 #13100c #b2092d;
$tabtitle: #333333 #333333 #E30B39 #333333 #E30B39;
$tabactivebackground: #d9d9d9 #d9d9d9 #fff #d9d9d9 #d9d9d9;
$text: #666666 #666666 #666666 #666666 #666666;
$linkforeground: #fff #fff #222222 #fff #fff;
$linkbackground: #0387ba #0387ba #E30B39 #00BD75 #E30B39;