Skip to content

Instantly share code, notes, and snippets.

View nicoencarnacion's full-sized avatar

Nico Encarnacion nicoencarnacion

View GitHub Profile
@rstacruz
rstacruz / media-queries.scss
Last active June 24, 2022 15:15
Media query helpers
//
// Sensible media query helpers based on Bootstrap.
//
// @media #{$tablet} {
// div {
// text-align: right;
// }
// }
//
// You will likely use these 4 variables:
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
shell: {
runTest: {
command: 'phpunit'
},
clear: {