Skip to content

Instantly share code, notes, and snippets.

@GEEQ
GEEQ / media_query_extension.dart
Created April 20, 2020 16:28 — forked from slightfoot/media_query_extension.dart
Media Query Extension - by Simon Lightfoot
// MIT License
//
// Copyright (c) 2020 Simon Lightfoot
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
@GEEQ
GEEQ / 0_reuse_code.js
Created April 3, 2017 18:39
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console