Skip to content

Instantly share code, notes, and snippets.

View karma86's full-sized avatar

Maria Karoutsou karma86

  • Netcompany-Intasoft
View GitHub Profile
@bmarshall511
bmarshall511 / emulsify-foundation.md
Last active April 26, 2022 09:10
Setup for Emulsify & Foundation (Drupal 8)

TODO

  • Gulp clean task for JS files
  • Load individual Foundation JS plugins vs. the minified version

Require

  • components
  • paragraphs
  • unified-twig-extensions
  • field_layout
@tlatsas
tlatsas / fosdem_picks.md
Last active February 8, 2017 10:16
My FOSDEM videos picks
@nickawalsh
nickawalsh / icons.sass
Last active October 7, 2021 09:38
Auto Hi-res Sprites
@import compass
$icons: sprite-map("icons/*.png")
$icons-hd: sprite-map("icons-hd/*.png")
i
background: $icons
display: inline-block
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)
background: $icons-hd
@nrrrdcore
nrrrdcore / inset_input.css
Created August 9, 2012 23:35
The Perfect Inset Input CSS
input {
height: 34px;
width: 100%;
border-radius: 3px;
border: 1px solid transparent;
border-top: none;
border-bottom: 1px solid #DDD;
box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
@coreyp1
coreyp1 / Install WAMP Drupal and Drush on Windows 7.txt
Created March 9, 2011 05:19
Install WAMP Drupal and Drush on Windows 7.txt
Installation Steps
PART 1: INSTALLING & CONFIGURING APACHE, MYSQL, & PHP ON WINDOWS (WAMP)
----------------------------------------------------------------------------------
1. Download WampServer from http://www.wampserver.com/en/ & install.
C:\wamp is a good location. Do not run WampServer yet.
2. Configure MySQL. The default MySQL configuration file is very limiting. Choose one
of the model config files that best suits your system and copy & paste it to "wampserver.conf".