- Gulp clean task for JS files
- Load individual Foundation JS plugins vs. the minified version
- components
- paragraphs
- unified-twig-extensions
- field_layout
| @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 |
| 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; | |
| } |
| 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". |