Skip to content

Instantly share code, notes, and snippets.

View Ralphkay's full-sized avatar
😀

Raphael Amponsah Ralphkay

😀
View GitHub Profile
@Ralphkay
Ralphkay / scrollbar-mixin
Last active July 4, 2018 07:01 — forked from SaraSoueidan/scrollbar-mixin
Sass mixin for styling scrollbars in webkit by Hugo Giraudel (http://codepen.io/HugoGiraudel/pen/KFDuB)
/**
* Mixin scrollbar
*/
@mixin scrollbar($size, $primary, $secondary: lighten($primary, 25%)) {
::-webkit-scrollbar {
width: $size;
height: $size;
}
::-webkit-scrollbar-thumb {
@una
una / sassy-shapes
Last active October 30, 2021 18:56
Sassy Shape Machine Mixin :) Make Sassy shapes in seconds!
// Some cute colors:
$color1: #967bd3;
$color2: #c8815b;
$color3: #8cd6d8;
$color4: #bee6b6;
$color5: #dd9bb9;
$color6: #c4b5e6;
$color7: #cb6363;
//Here's where you make the shapes!
@SaraSoueidan
SaraSoueidan / scrollbar-mixin
Created July 26, 2013 18:18
Sass mixin for styling scrollbars in webkit by Hugo Giraudel (http://codepen.io/HugoGiraudel/pen/KFDuB)
/**
* Mixin scrollbar
*/
@mixin scrollbar($size, $primary, $secondary: lighten($primary, 25%)) {
::-webkit-scrollbar {
width: $size;
height: $size;
}
::-webkit-scrollbar-thumb {
@Ralphkay
Ralphkay / A simple robust read more link
Last active December 13, 2015 20:08
Read More Link no ajax but very seamless and robust by Ralphkay---updated to a plugin
@marijn
marijn / README.markdown
Last active October 1, 2023 13:42
List of countries in YAML, CSV and TXT format