Skip to content

Instantly share code, notes, and snippets.

@hbsnow
hbsnow / SassMeister-input.scss
Created September 23, 2015 07:19
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$layers: (
forefront: 9001,
modal: (
base: 9000,
header: 801,
@hbsnow
hbsnow / .zshrc
Last active November 15, 2020 02:38
zsh設定ファイル
export LANG=ja_JP.UTF-8
export LC_ALL=ja_JP.UTF-8
export VISUAL='code -w'
export EDITOR=$VISUAL
autoload -Uz is-at-least
# prezto
if [ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]; then
@hbsnow
hbsnow / settings.json
Created January 14, 2019 01:51
VSCode設定ファイル
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "'Ricty Diminished', 'Menlo', monospace",
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"editor.fontSize": 14,
"editor.renderIndentGuides": true,
"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\WindowsPowerShell\\v1.0\\powershell.exe",
"sync.gist": "",
"sync.autoDownload": false,
@hbsnow
hbsnow / hoge.php
Last active June 1, 2019 05:43
論理演算テスト
<?php
function hoge() {
echo 'hoge';
return true;
}
if (true && hoge()) {
echo 'hage';
}
// -> hogehage
{
"terminal.integrated.fontFamily": "\"RobotoMono Nerd Font Mono\"",
"editor.fontFamily": "\"Ricty Diminished\", Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"git.autofetch": true,
"editor.renderWhitespace": "boundary",
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "typescript", "autoFix": true },
.separator {
position: relative;
width: 3rem;
height: 3rem;
border: 0;
margin: 0;
}
.separator::before,
.separator::after {
position: absolute;