This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* @author yomotsu | |
* Released under the MIT License. | |
*/ | |
:root { | |
--stroke-color: #ccc; | |
} | |
* { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>=^.^=</title> | |
<style> | |
body {margin: 0;} | |
.map {height: 100vh;} | |
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.block { | |
color: orange; | |
_:-ms-fullscreen, & { | |
// IE11 hack | |
color: red; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
using System.Linq; | |
using System.Collections; | |
using System.Collections.Generic; | |
using MMDataIO.Pmx; | |
using System.IO; | |
using VRM; | |
#if UNITY_EDITOR | |
using UnityEditor; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.documentElement.clientWidth | |
document.documentElement.clientHeight |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const path = require( 'path' ); | |
// const fs = require( 'fs' ); | |
const glob = require( 'glob' ); | |
const webfontsGenerator = require( 'webfonts-generator' ); | |
const FILE_NAME = 'icon'; | |
const CLASS_NAME = 'Icon'; | |
const SRC_DIR = 'src/icons'; | |
const SCSS_DIST_DIR = 'src/scss/common'; | |
const FONT_DIST_DIR = 'dist/assets/fonts'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"html": { | |
"snippets": {} | |
}, | |
"css": { | |
"snippets": { | |
"col": "color: #${1:fff}", | |
"colred": "color: red", | |
"fs": "font-size: ${1}", | |
"tal": "text-align: left", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const isTouchDevice = ('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch; | |
const isMobile = /Mobile|iPhone|iPod|iPad|Android/.test( navigator.userAgent ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe src="http://www.youtube.com/embed/-ZxPhDC-r3w?autoplay=0&controls=0&playsinline=1&showinfo=0"></iframe> |
NewerOlder