Skip to content

Instantly share code, notes, and snippets.

View Matodor's full-sized avatar
👌
👌🏻

Roman Chebykin Matodor

👌
👌🏻
  • Scround
  • Russia, Kurgan
View GitHub Profile
@Matodor
Matodor / media-query.css
Created March 3, 2020 08:12 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@Matodor
Matodor / Unity Android Multidex.md
Created June 17, 2018 17:17 — forked from yatyricky/Unity Android Multidex.md
Too many field references max is 65536 / Build-in class shrinker and multidex are not supported yet / there were duplicate class definitions

Environment

OS

Edition : Windows 10 Pro Version : 1709 OS Build : 16299.192

Unity