Skip to content

Instantly share code, notes, and snippets.

@mako09
mako09 / 2019_langja.patch
Last active November 17, 2018 12:24
twentynineteen の非ラテン言語パッチの素の素
diff --git a/sass/blocks/_blocks.scss b/sass/blocks/_blocks.scss
index 9522daa..15d2268 100644
--- a/sass/blocks/_blocks.scss
+++ b/sass/blocks/_blocks.scss
@@ -186,6 +186,12 @@
outline-offset: -4px;
}
}
+ // non-latin
+ @each $lang, $ff_heading in $fonts__heading {
@mako09
mako09 / atmark.patch
Created December 13, 2014 13:29
patch for hubot-slack 3.1.0
--- slack.coffee.orig 2014-12-13 17:53:24.290393342 +0900
+++ slack.coffee 2014-12-13 19:42:08.788464223 +0900
@@ -8,6 +8,7 @@
constructor: (robot) ->
@robot = robot
+ @botUserID = null
run: ->
# Take our options from the environment, and set otherwise suitable defaults