Skip to content

Instantly share code, notes, and snippets.

View bernester's full-sized avatar

Bernhard Ruoff bernester

View GitHub Profile
Verifying my Blockstack ID is secured with the address 1DEh7PfRQADMcy8sNdQSEPj5DttfwqxQMp https://explorer.blockstack.org/address/1DEh7PfRQADMcy8sNdQSEPj5DttfwqxQMp
@bernester
bernester / brightnessDifference.scss
Created December 8, 2017 09:50
the setContrast function
@function brightnessDifference($color1, $color2) {
@return abs(getBrightness($color1) - getBrightness($color2))
}
@bernester
bernester / trump.sass
Last active November 30, 2016 18:32
trump - a function to make anaything a fraction of 100% great again.
//
// trump
// --------
// a function to make anything a fraction of 100% great again!
//
// @access public
//
// @param {Number} $vote - divider (3 by default)
// @param {String} $wall - see for yourself
//