Skip to content

Instantly share code, notes, and snippets.

View giuseppeg's full-sized avatar
🌊
All is well.

Giuseppe giuseppeg

🌊
All is well.
View GitHub Profile
@giuseppeg
giuseppeg / createOrderedCSSStyleSheet.js
Last active January 25, 2019 09:02 — forked from necolas/createOrderedCSSStyleSheet.js
OrderedCSSStyleSheet: control the insertion order of CSS
/**
* Copyright (c) Nicolas Gallagher.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow strict-local
*/
type Groups = { [key: number]: Array<string> };
@giuseppeg
giuseppeg / dabblet.css
Created March 17, 2013 10:41 — forked from oksushi/dabblet.css
Making an ugly range slider (webkit only)
/**
* Making an ugly range slider (webkit only)
*/
input[type="range"] {
width: 100%;
height: 1em;
border-radius: 0.25em;
background-color: rgba(0, 0, 0, 0.05);