- What's your focus / work?
- What was the last thing you found challenging/frustrating in SASS
#SVG with SASS and Gulp#
Let's start downloading stuff during intro...
<div class="list"> | |
<div class="item">adsfadsf</div> | |
<div class="item"></div> | |
<div class="item"></div> | |
<div class="item"></div> | |
<div class="item"></div> | |
<div class="item"></div> | |
<div class="item"></div> |
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.1) | |
// Toolkit (v2.6.0) | |
// ---- | |
@import 'compass'; | |
@import 'toolkit'; | |
$button-font-size: 1em; |
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.1) | |
// Toolkit (v2.6.0) | |
// ---- | |
@import 'compass'; | |
@import 'toolkit'; | |
$button-font-size: 1em; |
# Default application configuration that all configurations inherit from. | |
# | |
linters: | |
Indentation: | |
enabled: true | |
character: space | |
width: 2 |
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.1) | |
// Breakpoint (v2.5.0) | |
// Singularity.gs (v1.4.0) | |
// ---- | |
@import 'compass'; | |
@import 'breakpoint'; | |
@import "singularitygs"; |
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.1) | |
// ---- | |
// Image Placeholder | |
// src="http://placehold.it/350x150" | |
img { |
<a href="mailto:[email protected]" class="flag-link-red" title="Learn More">Learn More</a> | |
<a href="http://www.carecor.com/corporate/newsletter-sign" class="flag-link-purple" title="Carecor Newsletter Sign Up">Sign Up</a> |
#Intro - Get to know the group#
##How the meetup will Work##