Skip to content

Instantly share code, notes, and snippets.

View adisazhar123's full-sized avatar
🎯
Focusing

adis azhar adisazhar123

🎯
Focusing
View GitHub Profile
@adisazhar123
adisazhar123 / globalizer.js
Created November 22, 2018 17:02 — forked from mikermcneil/globalizer.js
A little wrapper to make it easier for you to work with Vue.js files in a hybrid web application. (Designed for use with Sails.js.)
/**
* globalizer.js
* v0.2.1
*
* Copyright 2017, Mike McNeil (@mikermcneil)
* MIT License
*/
(function(global, factory){
var Vue;
var _;
@adisazhar123
adisazhar123 / media-query.css
Created November 18, 2018 15:32 — 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