Skip to content

Instantly share code, notes, and snippets.

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

Thomas Kekeisen blaues0cke

🏠
Working from home
View GitHub Profile
@blaues0cke
blaues0cke / IndentlessExtension.php
Last active March 1, 2017 19:00 — forked from seamusleahy/twig-indentless.php
Twig tag to remove indentation at the start of each line: {% indentless %}...{% endindentless %} + symfony3 and twig2 compatibility
<?php
/**
* Created by PhpStorm.
* User: Thomas Kekeisen <thomas@kekeisen.it>
* Date: 01/03/2017
* Time: 19:32
*/
namespace AppBundle\Twig;
@blaues0cke
blaues0cke / FontWeight.js
Last active October 19, 2017 11:11 — forked from knowbody/RNfontWeights.js
React Native Font Weight Cheatsheet iOS
const fontWeight = {
thin: '100',
ultraLight: '200',
light: '300',
regular: '400',
medium: '500',
semiBold: '600',
bold: '700',
heavy: '800',
black: '900'