Skip to content

Instantly share code, notes, and snippets.

View astrotim's full-sized avatar

Tim Holt astrotim

View GitHub Profile
@astrotim
astrotim / webpack2.css-modules.config.js
Created March 7, 2017 10:55
Working CSS Modules Webpack config
const path = require('path');
const webpack = require('webpack');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
module.exports = {
entry: [
path.resolve(__dirname, 'src')
],
var stores = [],
store,
latLng,
features = null,
i, s;
for (i = 0; i < crtStores.stores.length; i++) {
s = crtStores.stores[i];
// Copyright 2012 Google Inc.
/**
* @author Chris Broadfoot (Google)
* @fileoverview
* An info panel, which complements the map view of the Store Locator.
* Provides a list of stores, location search, feature filter, and directions.
*/
/**
@astrotim
astrotim / SassMeister-input.scss
Created April 30, 2015 00:18
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// Toolkit (v2.9.0)
// ----
@import "toolkit";
$Placeholder-Selectors: ();