Skip to content

Commit

Permalink
Add metadata to SCSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Smiley committed Feb 17, 2014
1 parent 81a5a37 commit 2c4f399
Show file tree
Hide file tree
Showing 43 changed files with 169 additions and 9 deletions.
2 changes: 1 addition & 1 deletion js/foundation/foundation.accordion.js
Expand Up @@ -12,7 +12,7 @@
},

init : function (scope, method, options) {
this.bindings(method, options);
this.bindings(method, options);
},

events : function () {
Expand Down
2 changes: 1 addition & 1 deletion js/foundation/foundation.clearing.js
Expand Up @@ -31,7 +31,7 @@

this.bindings(method, options);

if (self.S(this.scope).is('[' + this.attr_name() + ']')) {
if (self.S(this.scope).is('[' + this.attr_name() + ']')) {
this.assemble(self.S('li', this.scope));
} else {
self.S('[' + this.attr_name() + ']', this.scope).each(function () {
Expand Down
14 changes: 7 additions & 7 deletions js/foundation/foundation.js
Expand Up @@ -21,11 +21,11 @@
};

header_helpers([
'foundation-mq-small',
'foundation-mq-medium',
'foundation-mq-large',
'foundation-mq-xlarge',
'foundation-mq-xxlarge',
'foundation-mq-small',
'foundation-mq-medium',
'foundation-mq-large',
'foundation-mq-xlarge',
'foundation-mq-xxlarge',
'foundation-data-attribute-namespace']);

// Enable FastClick if present
Expand All @@ -44,7 +44,7 @@
// getElementById is not available.
var S = function (selector, context) {
if (typeof selector === 'string') {
if (context) {
if (context) {
var cont;
if (context.jquery) {
cont = context[0];
Expand Down Expand Up @@ -159,7 +159,7 @@
bindLoad.call(image);
}
}

/*
https://github.com/paulirish/matchMedia.js
*/
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

// Make sure the charset is set appropriately
@charset "UTF-8";

Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/_functions.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

// This is the default html and body font-size for the base rem value.
$rem-base: 16px !default;

Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/_settings.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

//
// FOUNDATION SETTINGS
//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_accordion.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";
@import "grid";

Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_alert-boxes.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_block-grid.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_breadcrumbs.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_button-groups.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";
@import "buttons";

Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_buttons.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_clearing.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_dropdown-buttons.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_dropdown.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_flex-video.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_forms.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";
@import "buttons";

Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_global.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "../functions";
//
// Foundation Variables
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_grid.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_inline-lists.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_joyride.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_keystrokes.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_labels.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_magellan.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_offcanvas.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";
@import "type";
@import "top-bar";
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_orbit.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

// @variables
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_pagination.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_panels.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_pricing-tables.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_progress-bars.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_range-slider.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_reveal.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_side-nav.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_split-buttons.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";
@import "buttons";
@import "dropdown-buttons";
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_sub-nav.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_switch.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_tables.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_tabs.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";
@import "grid";

Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_thumbs.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";


Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_tooltips.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_top-bar.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";
@import "grid";

Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_type.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

$include-html-type-classes: $include-html-classes !default;
Expand Down
4 changes: 4 additions & 0 deletions scss/foundation/components/_visibility.scss
@@ -1,3 +1,7 @@
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import "global";

//
Expand Down

0 comments on commit 2c4f399

Please sign in to comment.