Skip to content

Instantly share code, notes, and snippets.

View norin89's full-sized avatar

Marcin Goscicki norin89

View GitHub Profile
@norin89
norin89 / ImageMagick 6.9.7-6 Homebrew Formula.md
Last active March 13, 2017 17:00 — forked from asanchez75/ImageMagick 6.9.7-4 Homebrew Formula.md
Homebrew Formula for ImageMagick 6.9.7-6

Homebrew Formula patching old ImageMagick release 6.9.7-6

Install

$ brew install https://gist.githubusercontent.com/norin89/74d6374a4bd4bed7a51d03d16a017d87/raw/d3e96764be6a27f2c2cc782c135a03942300b87f/imagemagick.rb

Tested

@norin89
norin89 / input.scss
Created August 19, 2021 14:07
Generated by SassMeister.com.
$text-settings: (
lead: (
font-size: 18px,
line-height: 24px,
font-weight-normal: 500,
font-weight-bold: 600,
),
major: (
font-size: 16px,
line-height: 24px,
@norin89
norin89 / input.scss
Created August 27, 2021 08:45
Generated by SassMeister.com.
@use "sass:meta";
@use "sass:map";
@use "sass:string";
$breakpoints: (
'xs': 0,
'md': 800,
);
@function breakpoint($key) {
@norin89
norin89 / input.scss
Created June 23, 2022 14:06
Generated by SassMeister.com.
// Sass map, ideally imported from JSON (e.g. with https://github.com/pmowrer/node-sass-json-importer)
// Based on MUI palette example - https://mui.com/material-ui/customization/color/#picking-colors
$palette: (
primary: (
light: '#757ce8',
main: '#3f50b5',
dark: '#002884',
contrastText: '#fff',
),
secondary: (
@norin89
norin89 / input.scss
Created June 23, 2022 14:23
Generated by SassMeister.com.
@use "sass:map";
// Sass map, ideally imported from JSON (e.g. with https://github.com/pmowrer/node-sass-json-importer)
// Based on MUI palette example - https://mui.com/material-ui/customization/color/#picking-colors
$palette: (
primary: (
light: '#757ce8',
main: '#3f50b5',
dark: '#002884',
contrastText: '#fff',
@norin89
norin89 / input.scss
Created June 23, 2022 14:27
Generated by SassMeister.com.
@use "sass:map";
// Sass map, ideally imported from JSON (e.g. with https://github.com/pmowrer/node-sass-json-importer)
// Based on MUI palette example - https://mui.com/material-ui/customization/color/#picking-colors
$palette: (
primary: (
light: '#757ce8',
main: '#3f50b5',
dark: '#002884',
contrastText: '#fff',
@norin89
norin89 / input.scss
Created June 23, 2022 14:28
Generated by SassMeister.com.
@use "sass:map";
// Sass map, ideally imported from JSON (e.g. with https://github.com/pmowrer/node-sass-json-importer)
// Based on MUI palette example - https://mui.com/material-ui/customization/color/#picking-colors
$palette: (
primary: (
light: '#757ce8',
main: '#3f50b5',
dark: '#002884',
contrastText: '#fff',
@norin89
norin89 / input.scss
Created July 1, 2022 14:54
Generated by SassMeister.com.
@mixin hoverable($root: '') {
@at-root {
a#{&},
button#{&},
label#{&},
&#{$root}--hoverable {
@content;
}
}
}
@norin89
norin89 / input.scss
Created July 1, 2022 15:17
Generated by SassMeister.com.
/* Root should be passed for modifiers only */
@mixin hoverable($root: '') {
@at-root {
a#{&},
button#{&},
label#{&},
&#{$root}--hoverable {
@content;
}
}
@norin89
norin89 / input.scss
Created July 1, 2022 15:18
Generated by SassMeister.com.
/* Root should be passed for modifiers only */
@mixin hoverable($root: '') {
@at-root {
a#{&},
button#{&},
label#{&},
&#{$root}--hoverable {
@content;
}
}