Skip to content

Instantly share code, notes, and snippets.

View maniqui's full-sized avatar

Julián Landerreche maniqui

View GitHub Profile
@maniqui
maniqui / breakpoint-debugging.scss
Created March 17, 2016 15:07
A simple SCSS snippet for debugging Bootstrap breakpoints.
body {
&::before {
@include pseudo($content: "xs");
@include position(fixed, $bottom: 0, $right: 0, $z-index: $zindex-modal);
@include size(40px);
line-height: 40px;
text-align: center;
background-color: #000;
color: #fff;
font-size: 2rem;
@maniqui
maniqui / arc_twitter_v3.3.1_patched.diff
Last active December 18, 2015 21:59
Patched copy of plugin arc_twitter v3.3.1 for Textpattern. This patched version works with the new Twitter API (v1.1).
--- arc_twitter_v3.3.1.php 2013-06-26 12:50:08.553355051 -0300
+++ arc_twitter_v3.3.1_patched.php 2013-06-26 12:50:46.933355245 -0300
@@ -105,9 +105,9 @@
switch ($timeline) {
case 'home': case 'friends':
- $timeline = 'statuses/friends_timeline'; break;
+ $timeline = 'statuses/home_timeline'; break;
case 'mentions':