Skip to content

Instantly share code, notes, and snippets.

View ktryndchrs's full-sized avatar

Ktryn Dschrs ktryndchrs

  • Tjikko Studio & Commos
  • Montreal
View GitHub Profile
@ktryndchrs
ktryndchrs / placeholder_media_query_on_steroid.scss
Last active January 17, 2018 23:15
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (vundefined)
// ----
// -----------------------------------------------------------------------------
// Introduction
// -----------------------------------------------------------------------------
// Here is hacky and experimental solution for cross-scopes extends
/*
* Align To plugin for Sketch.app
* Author: Lucien Lee (Modified by Ktryn Desrochers)
* Version: 1.0
*/
function align(direction){
if([selection count] < 2){
[doc showMessage:"Please select 2 or more layers."]
@ktryndchrs
ktryndchrs / designer.html
Last active August 29, 2015 14:23
designer
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@ktryndchrs
ktryndchrs / dabblet.css
Created December 20, 2011 18:51
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
content:"hello"
@ktryndchrs
ktryndchrs / dabblet.css
Created December 19, 2011 16:42
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
content:"hello"