Skip to content

Instantly share code, notes, and snippets.

@adutko
adutko / _grid-blocks.scss
Created April 6, 2015 23:02
Sass lint error
// Styles that affect all .grid-blocks
.grid-block {
height: 0;
padding-bottom: 50%;
position: relative;
overflow: hidden;
.fill-space {
@include fill-space;
}
@adutko
adutko / icomoon-reference.txt
Created April 24, 2014 22:22
Creating Icon Fonts with Icomoon: References
Font Icon Generator: Icomoon
IcoMoon website: http://icomoon.io/
Drupal Modules to Support Font Icons:
Icon API: https://drupal.org/project/icon
Icomoon Fonts Module: https://drupal.org/node/1940888
@adutko
adutko / http-vhosts.conf
Created November 22, 2013 00:45
Dynamic v-hosts file
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>