]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
8 years agoRevert "Tidy up styling and correct declaration order"
Brett Mason [Wed, 16 Nov 2016 10:16:32 +0000 (10:16 +0000)] 
Revert "Tidy up styling and correct declaration order"

This reverts commit 55526c00f98621a97bbbcaa4695bcccdcbf1a3aa.

8 years agoTidy up styling and correct declaration order
Brett Mason [Wed, 16 Nov 2016 10:13:30 +0000 (10:13 +0000)] 
Tidy up styling and correct declaration order

8 years agoFix incorrect fallback reveal position. Add box shadow as a pseudo-element (thanks...
Brett Mason [Wed, 16 Nov 2016 08:29:58 +0000 (08:29 +0000)] 
Fix incorrect fallback reveal position. Add box shadow as a pseudo-element (thanks for the idea Kevin!). Rename the off-canvas overlay for better consistency.

8 years agoAdd reflow wrapper for slider
Kevin Ball [Wed, 16 Nov 2016 00:21:27 +0000 (16:21 -0800)] 
Add reflow wrapper for slider

8 years agoSlightly refactor slider and add mutation observer
Kevin Ball [Tue, 15 Nov 2016 23:54:50 +0000 (15:54 -0800)] 
Slightly refactor slider and add mutation observer

8 years agoRemove some commented out code
Kevin Ball [Tue, 15 Nov 2016 22:56:37 +0000 (14:56 -0800)] 
Remove some commented out code

8 years agoSass lint: fix various lint errors 9364/head
Nicolas Coden [Tue, 15 Nov 2016 18:12:00 +0000 (19:12 +0100)] 
Sass lint: fix various lint errors

8 years agoSass lint: fix various properties sort order
Nicolas Coden [Tue, 15 Nov 2016 18:08:50 +0000 (19:08 +0100)] 
Sass lint: fix various properties sort order

See: https://github.com/zurb/foundation-sites/pull/9333

8 years agoSass lint: replace scss-lint disable comments
Nicolas Coden [Tue, 15 Nov 2016 18:08:21 +0000 (19:08 +0100)] 
Sass lint: replace scss-lint disable comments

- Replace `scss-lint` disable comments with the `sass-lint` ones
- Remove `scss-lint` disable comments when they are useless or not
supported

8 years agoSass lint: add missing empty lines and fix indentation
Nicolas Coden [Tue, 15 Nov 2016 17:49:16 +0000 (18:49 +0100)] 
Sass lint: add missing empty lines and fix indentation

- Add missing empty lines after declaration blocks
- Fix bad indentation.

Note: `sass-lint` still wrongly throw indentation warnings.
See
https://github.com/sasstools/sass-lint/issues?utf8=%E2%9C%93&q=is%3Aissu
e%20is%3Aopen%20indentation

8 years agoSass lint: remove useless vendor prefixes
Nicolas Coden [Tue, 15 Nov 2016 17:43:42 +0000 (18:43 +0100)] 
Sass lint: remove useless vendor prefixes

- Remove the vendor prefixes that are automatically added by
`autoprefixer` for all browsers.
- Disable `sass-lint` when a vendor prefix is required by one
particular browser.

8 years agoSass lint: use "stroustrup" as brace style convention
Nicolas Coden [Tue, 15 Nov 2016 17:37:40 +0000 (18:37 +0100)] 
Sass lint: use "stroustrup" as brace style convention

Sass lint: use "stroustrup" instead of "1TBS" as brace style convention.
See: https://en.wikipedia.org/wiki/Indent_style

Pros:
- Easily add or remove lines within a `@if`/`@else if`/`@else` block,
without having to rearrange the braces.
- Able to add comments that describe a condition (`@if (...)`, `@else
if (...)` or `@else`) or the whole conditional block.
- Clearly separate the different parts of the conditional block.

Cons:
- Not commonly used

8 years agoSass lint: `0` convention for no border
Nicolas Coden [Tue, 15 Nov 2016 17:31:34 +0000 (18:31 +0100)] 
Sass lint: `0` convention for no border

Use `border: 0;` instead of `border: zero;` to disable border.

See :
https://stackoverflow.com/questions/2922909/should-i-use-border-none-or-
border-0

Pros:
- More concise
- Used a lot

Cons:
- X

Other convention: `border: none;`

8 years agoSass lint: add missing leading-zero
Nicolas Coden [Tue, 15 Nov 2016 17:26:51 +0000 (18:26 +0100)] 
Sass lint: add missing leading-zero

Use a leading zero for numbers.

Pro:
- css-guidelines
(https://github.com/chris-pearce/css-guidelines#formatting)
- a mathemacial point of view (http://hey.georgie.nu/leadingzero/).

Cons:
- Codestyle.co (http://codestyle.co/Guidelines/css#Syntax)
- Less concise

8 years agoUpdate sass-lint to 1.3.2
Nicolas Coden [Tue, 15 Nov 2016 16:46:29 +0000 (17:46 +0100)] 
Update sass-lint to 1.3.2

Update sass-lint to 1.3.2 to avoid a lot of fixed bugs, like
unreconized interpolation

8 years agoLint: remove EOL spaces
Nicolas Coden [Sat, 12 Nov 2016 15:13:06 +0000 (16:13 +0100)] 
Lint: remove EOL spaces

Remove spaces where they are at the end of a line

8 years agoClean up has-submenu-toggle on accordion menu destroy
Kevin Ball [Tue, 15 Nov 2016 17:39:07 +0000 (09:39 -0800)] 
Clean up has-submenu-toggle on accordion menu destroy

8 years agoMerge pull request #9377 from michaellennox/patch-1
Kevin Ball [Tue, 15 Nov 2016 17:25:07 +0000 (09:25 -0800)] 
Merge pull request #9377 from michaellennox/patch-1

[Docs] Match headers for large and small callouts

8 years agoMerge branch 'new-offcanvas' of git://github.com/brettsmason/foundation-sites into...
Kevin Ball [Tue, 15 Nov 2016 16:59:51 +0000 (08:59 -0800)] 
Merge branch 'new-offcanvas' of git://github.com/brettsmason/foundation-sites into brettsmason-new-offcanvas

8 years agoMerge branch 'refactor/properties-order' of git://github.com/ncoden/foundation-sites...
Kevin Ball [Tue, 15 Nov 2016 16:44:05 +0000 (08:44 -0800)] 
Merge branch 'refactor/properties-order' of git://github.com/ncoden/foundation-sites into ncoden-refactor/properties-order

8 years agoMerge pull request #9374 from ncoden/fix/useless-gulp-sass-vendor-path
Kevin Ball [Tue, 15 Nov 2016 16:39:09 +0000 (08:39 -0800)] 
Merge pull request #9374 from ncoden/fix/useless-gulp-sass-vendor-path

Remove useless gulp sass-lint vendor path

8 years agoMerge pull request #9373 from ncoden/chore/normalize-scss
Kevin Ball [Tue, 15 Nov 2016 16:37:49 +0000 (08:37 -0800)] 
Merge pull request #9373 from ncoden/chore/normalize-scss

Migrate from normalize 4.2 to normalize-scss for 5.0

8 years agoCorrectly remove the submenu-toggle when the accordion menu is destroyed.
Brett Mason [Tue, 15 Nov 2016 14:47:39 +0000 (14:47 +0000)] 
Correctly remove the submenu-toggle when the accordion menu is destroyed.
Added 2 visual tests: standard submenu-toggle and a responsive menu accordion to dropdown.

8 years agoRemove useless gulp sass-lint vendor path 9374/head
Nicolas Coden [Tue, 15 Nov 2016 12:44:57 +0000 (13:44 +0100)] 
Remove useless gulp sass-lint vendor path

8 years ago[Docs] Match headers for large and small callouts 9377/head
Michael Lennox [Tue, 15 Nov 2016 11:56:01 +0000 (11:56 +0000)] 
[Docs] Match headers for large and small callouts

Previously the large and small callouts were headed with 'This is a secondary panel' even though it wasn't actually a secondary callout and as a visual description doesn't match the styles used in the coloring section.

This PR modifies the header text in these examples to match the style used in the coloring section and explains the example using the class names ('small callout' and 'large callout') in the same manner as with the coloring section.

8 years agoMigrate from normalize 4.2 to normalize-scss 5.0 9373/head
Nicolas Coden [Tue, 15 Nov 2016 09:39:49 +0000 (10:39 +0100)] 
Migrate from normalize 4.2 to normalize-scss 5.0

Migrate to `normalize v4.2.0` to `normalize-scss` for `normalize v5.0`.
Remove normalise from `/scss/_global.scss`.

8 years agoRemove box-shadow transition as its not needed.
Brett Mason [Tue, 15 Nov 2016 07:53:19 +0000 (07:53 +0000)] 
Remove box-shadow transition as its not needed.

8 years agoMerge branch 'new-offcanvas' of git://github.com/brettsmason/foundation-sites into...
Kevin Ball [Tue, 15 Nov 2016 01:26:28 +0000 (17:26 -0800)] 
Merge branch 'new-offcanvas' of git://github.com/brettsmason/foundation-sites into brettsmason-new-offcanvas

8 years agoUpdate toggle to bubble up if no target is defined 9372/head
Kevin Ball [Tue, 15 Nov 2016 01:13:39 +0000 (17:13 -0800)] 
Update toggle to bubble up if no target is defined

8 years agoMerge branch 'develop' into v6.3
Kevin Ball [Tue, 15 Nov 2016 01:00:19 +0000 (17:00 -0800)] 
Merge branch 'develop' into v6.3

8 years agoMerge pull request #8389 from tjhiggins/th_dropdown_parent
Kevin Ball [Tue, 15 Nov 2016 00:59:59 +0000 (16:59 -0800)] 
Merge pull request #8389 from tjhiggins/th_dropdown_parent

[Dropdown] Added parentClass for a dropdown container

8 years agoMerge pull request #9324 from zurb/vertical-flex-classes
Kevin Ball [Tue, 15 Nov 2016 00:33:13 +0000 (16:33 -0800)] 
Merge pull request #9324 from zurb/vertical-flex-classes

Flexbox mixins & helper classes for direction, container, …

8 years agoUpdate names and add responsiveness for child classes 9324/head
Kevin Ball [Tue, 15 Nov 2016 00:12:39 +0000 (16:12 -0800)] 
Update names and add responsiveness for child classes

8 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Kevin Ball [Tue, 15 Nov 2016 00:02:42 +0000 (16:02 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

8 years agoAdd reference to responsive menu js in responsive nav docs
Kevin Ball [Tue, 15 Nov 2016 00:02:38 +0000 (16:02 -0800)] 
Add reference to responsive menu js in responsive nav docs

8 years agoMerge pull request #9369 from simshaun/tabs-aria
Kevin Ball [Mon, 14 Nov 2016 20:54:24 +0000 (12:54 -0800)] 
Merge pull request #9369 from simshaun/tabs-aria

Make Tabs' active class names configurable

8 years agofixed doc, now also mentions 5 as the default value 9315/head
Maarten Brouwers [Mon, 14 Nov 2016 20:40:34 +0000 (21:40 +0100)] 
fixed doc, now also mentions 5 as the default value

8 years agoMerge pull request #9367 from Zearin/patch-1
Kevin Ball [Mon, 14 Nov 2016 20:06:45 +0000 (12:06 -0800)] 
Merge pull request #9367 from Zearin/patch-1

Minor edits to formatting and phrasing

8 years agoCorrect box shadow description
Brett Mason [Mon, 14 Nov 2016 19:20:16 +0000 (19:20 +0000)] 
Correct box shadow description

8 years agoCorrect box-shadow styling. Add option to set a panel as absolute positioned
Brett Mason [Mon, 14 Nov 2016 19:15:33 +0000 (19:15 +0000)] 
Correct box-shadow styling. Add option to set a panel as absolute positioned

8 years agoClean up a few glaring code-style issues 9369/head
Shaun Simmons [Mon, 14 Nov 2016 16:29:45 +0000 (11:29 -0500)] 
Clean up a few glaring code-style issues

8 years agoMake Tabs' active class names configurable
Shaun Simmons [Mon, 14 Nov 2016 16:17:25 +0000 (11:17 -0500)] 
Make Tabs' active class names configurable

8 years agoShow/hide tab panels based on aria-hidden attr
Shaun Simmons [Mon, 14 Nov 2016 15:52:55 +0000 (10:52 -0500)] 
Show/hide tab panels based on aria-hidden attr

8 years agoMinor edits to formatting and phrasing 9367/head
Zearin [Sun, 13 Nov 2016 15:13:05 +0000 (10:13 -0500)] 
Minor edits to formatting and phrasing

8 years agoEnsure that unstuck classes are set on load 9366/head
Jérôme Lebleu [Sat, 12 Nov 2016 15:31:28 +0000 (16:31 +0100)] 
Ensure that unstuck classes are set on load

8 years agoadd block-grid-column so bottom margin matches gutters
Andy Cochran [Sat, 12 Nov 2016 15:30:50 +0000 (10:30 -0500)] 
add block-grid-column so bottom margin matches gutters

8 years agoFix rebase error 9333/head
Nicolas Coden [Wed, 9 Nov 2016 20:31:36 +0000 (21:31 +0100)] 
Fix rebase error

8 years agoSass lint: fix various unsorted properties
Nicolas Coden [Tue, 8 Nov 2016 23:50:45 +0000 (00:50 +0100)] 
Sass lint: fix various unsorted properties

8 years agoSass lint: sort right and left
Nicolas Coden [Tue, 8 Nov 2016 23:34:35 +0000 (00:34 +0100)] 
Sass lint: sort right and left

Sort properties with `right`/`margin-right`/`padding-right`/(...)
before `left`/`margin-left`/`padding-left`/(...), following the common
CSS order `top, [right], bottom, [left];`.

8 years agoSass lint: Ignore variables concatenation
Nicolas Coden [Tue, 8 Nov 2016 23:21:32 +0000 (00:21 +0100)] 
Sass lint: Ignore variables concatenation

Add `ignore-custom-properties` to ignore properties concatenated with
variables.

8 years agoSass lint: Sort components properties
Nicolas Coden [Tue, 8 Nov 2016 02:55:00 +0000 (03:55 +0100)] 
Sass lint: Sort components properties

Sort components properties following the Specific property sort order.
But keep for `position`/`margin`/`padding` `left` before `right` for
now.

See : https://gist.github.com/ncoden/d42f55df7c7970f548a02cd3468f9c86

8 years agoSass lint: Sort utils properties
Nicolas Coden [Tue, 8 Nov 2016 02:07:57 +0000 (03:07 +0100)] 
Sass lint: Sort utils properties

Sort utils properties following the Specific property sort order.

See : https://gist.github.com/ncoden/d42f55df7c7970f548a02cd3468f9c86

8 years agoSass lint: Sort typography properties
Nicolas Coden [Tue, 8 Nov 2016 02:01:45 +0000 (03:01 +0100)] 
Sass lint: Sort typography properties

Sort typography properties following the Specific property sort order.

See : https://gist.github.com/ncoden/d42f55df7c7970f548a02cd3468f9c86

8 years agoSass lint: Sort grid properties
Nicolas Coden [Tue, 8 Nov 2016 01:36:20 +0000 (02:36 +0100)] 
Sass lint: Sort grid properties

Sort grid properties following the Specific property sort order. But keep `margin`/`padding` `-left` before `-right` for now.

See : https://gist.github.com/ncoden/d42f55df7c7970f548a02cd3468f9c86

8 years agoSass lint: Sort forms properties
Nicolas Coden [Tue, 8 Nov 2016 01:35:34 +0000 (02:35 +0100)] 
Sass lint: Sort forms properties

Sort form properties following the Specific property sort order.

See : https://gist.github.com/ncoden/d42f55df7c7970f548a02cd3468f9c86

8 years agoSass lint: Sort global properties
Nicolas Coden [Tue, 8 Nov 2016 00:36:35 +0000 (01:36 +0100)] 
Sass lint: Sort global properties

Sort global properties following the Specific property sort order.

See : https://gist.github.com/ncoden/d42f55df7c7970f548a02cd3468f9c86

8 years agoSass lint: Add property-sort-order rule
Nicolas Coden [Tue, 8 Nov 2016 00:35:47 +0000 (01:35 +0100)] 
Sass lint: Add property-sort-order rule

Add `property-sort-order` Sass lint rule, with the "Specific" sort
order.

See: https://gist.github.com/ncoden/d42f55df7c7970f548a02cd3468f9c86

8 years agoadded an example to the docs
Maarten Brouwers [Sat, 12 Nov 2016 14:49:01 +0000 (15:49 +0100)] 
added an example to the docs

8 years agoFix transition check to run off `[data-off-canvas]`. Sets aria-hidden="false" when...
Brett Mason [Fri, 11 Nov 2016 19:35:48 +0000 (19:35 +0000)] 
Fix transition check to run off `[data-off-canvas]`. Sets aria-hidden="false" when an off canvas panel is revealed using `reveal-for-x`. Fixes #8536.

8 years agoMerge pull request #9356 from zurb/IS8952-pass-content-on-tab-events
Kevin Ball [Fri, 11 Nov 2016 16:41:59 +0000 (08:41 -0800)] 
Merge pull request #9356 from zurb/IS8952-pass-content-on-tab-events

modify tabs events to return content area as well as a link

8 years agoMerge pull request #9353 from abdullahsalem/fix-tabs-auto-focus-scrolling
Kevin Ball [Fri, 11 Nov 2016 16:38:45 +0000 (08:38 -0800)] 
Merge pull request #9353 from abdullahsalem/fix-tabs-auto-focus-scrolling

Fixed the scrolling behavior when auto-focus is active

8 years agoMerge branch 'v6.3' into develop
Kevin Ball [Fri, 11 Nov 2016 16:36:34 +0000 (08:36 -0800)] 
Merge branch 'v6.3' into develop

8 years agoRemove Foundation.Move function as its not needed.
Brett Mason [Fri, 11 Nov 2016 16:36:19 +0000 (16:36 +0000)] 
Remove Foundation.Move function as its not needed.

8 years agoMerge pull request #9338 from sujayjaju/develop
Kevin Ball [Fri, 11 Nov 2016 16:35:52 +0000 (08:35 -0800)] 
Merge pull request #9338 from sujayjaju/develop

Drop menu fix for handling closeOnClickInside

8 years agoMerge pull request #9362 from Lindsor/lindsor/bug-9361
Kevin Ball [Fri, 11 Nov 2016 16:34:34 +0000 (08:34 -0800)] 
Merge pull request #9362 from Lindsor/lindsor/bug-9361

Fix bug #9361

8 years agoMerge pull request #9360 from abdullahsalem/abide-validation-on-blur-feature
Kevin Ball [Fri, 11 Nov 2016 16:31:44 +0000 (08:31 -0800)] 
Merge pull request #9360 from abdullahsalem/abide-validation-on-blur-feature

Added feature on abide to enable validation on blur event

8 years agoFix bug #9361 9362/head
marcelopluz@gmail.com [Fri, 11 Nov 2016 15:59:47 +0000 (10:59 -0500)] 
Fix bug #9361

The flex grid sets the display of a row that is aslo a column as 'block', remove this declaration since its not needed.

8 years agoRemove will change property
Brett Mason [Fri, 11 Nov 2016 07:55:54 +0000 (07:55 +0000)] 
Remove will change property

8 years agoRemove the `will-change` property as it was causing issues with the sticky plugin
Brett Mason [Fri, 11 Nov 2016 07:55:27 +0000 (07:55 +0000)] 
Remove the `will-change` property as it was causing issues with the sticky plugin

8 years agoAdded feature on abide to enable validation on blur event 9360/head
Abdullah Salem [Fri, 11 Nov 2016 01:19:25 +0000 (04:19 +0300)] 
Added feature on abide to enable validation on blur event

8 years agoAdd missed keyboard etc code
Brett Mason [Thu, 10 Nov 2016 20:35:43 +0000 (20:35 +0000)] 
Add missed keyboard etc code

8 years agoRewrite of off canvas Sass and JavaScript. Initial commit, still needs tidying up.
Brett Mason [Thu, 10 Nov 2016 20:22:00 +0000 (20:22 +0000)] 
Rewrite of off canvas Sass and JavaScript. Initial commit, still needs tidying up.

8 years agoMerge pull request #9295 from zurb/IS9291-fix-reveal-race-with-animations
Colin Marshall [Thu, 10 Nov 2016 19:59:03 +0000 (12:59 -0700)] 
Merge pull request #9295 from zurb/IS9291-fix-reveal-race-with-animations

Fix a race condition when reveal is using animations

8 years agomodify tabs events to return content area as well as a link 9356/head
Kevin Ball [Thu, 10 Nov 2016 19:26:52 +0000 (11:26 -0800)] 
modify tabs events to return content area as well as a link

8 years agoMerge pull request #9355 from zurb/IS9309-fix-responsive-gutters
Nicolas Coden [Thu, 10 Nov 2016 09:46:16 +0000 (10:46 +0100)] 
Merge pull request #9355 from zurb/IS9309-fix-responsive-gutters

Fix reversed ordering in gutters mixin that broke responsive gutters

8 years agoMerge pull request #9296 from zurb/autoprefixer-config
Kevin Ball [Thu, 10 Nov 2016 01:21:47 +0000 (17:21 -0800)] 
Merge pull request #9296 from zurb/autoprefixer-config

Add ios >= 7 to autoprefixer

8 years agoFix reversed ordering in gutters mixin that broke responsive gutters 9355/head
Kevin Ball [Thu, 10 Nov 2016 00:45:30 +0000 (16:45 -0800)] 
Fix reversed ordering in gutters mixin that broke responsive gutters

8 years agoMerge pull request #9298 from karland/patch-1
Kevin Ball [Thu, 10 Nov 2016 00:02:54 +0000 (16:02 -0800)] 
Merge pull request #9298 from karland/patch-1

Bug fixes for sticky

8 years agoMerge pull request #9317 from zurb/IS7815-orbit-resize
Kevin Ball [Wed, 9 Nov 2016 23:59:31 +0000 (15:59 -0800)] 
Merge pull request #9317 from zurb/IS7815-orbit-resize

Fix resize behavior of orbit

8 years agoMerge pull request #9280 from zurb/IS8846-slider-fix-initial-start-fill-calc
Kevin Ball [Wed, 9 Nov 2016 23:58:15 +0000 (15:58 -0800)] 
Merge pull request #9280 from zurb/IS8846-slider-fix-initial-start-fill-calc

Is8846 slider fix initial start fill calc

8 years agoRemove accidental whatinput requirement introduced in #9174 9354/head
Kevin Ball [Wed, 9 Nov 2016 23:40:04 +0000 (15:40 -0800)] 
Remove accidental whatinput requirement introduced in #9174

8 years agoFixed the scrolling behavior when auto-focus is active 9353/head
Abdullah Salem [Wed, 9 Nov 2016 23:11:07 +0000 (02:11 +0300)] 
Fixed the scrolling behavior when auto-focus is active

8 years agoMerge branch 'develop' into v6.3
Kevin Ball [Wed, 9 Nov 2016 21:37:15 +0000 (13:37 -0800)] 
Merge branch 'develop' into v6.3

8 years agoMerge pull request #9351 from ahebrank/v6.3
Kevin Ball [Wed, 9 Nov 2016 21:36:52 +0000 (13:36 -0800)] 
Merge pull request #9351 from ahebrank/v6.3

tabs deeplink event trigger fix

8 years agotabs deeplink event trigger fix 9351/head
Andy Hebrank [Wed, 9 Nov 2016 21:25:03 +0000 (16:25 -0500)] 
tabs deeplink event trigger fix

8 years agoMerge pull request #9301 from colin-marshall/sass-lint
Colin Marshall [Wed, 9 Nov 2016 18:33:21 +0000 (11:33 -0700)] 
Merge pull request #9301 from colin-marshall/sass-lint

Migrate from scss-lint to sass-lint (#7620)

8 years agoRemoved Ruby references in README 9301/head
Colin Marshall [Wed, 9 Nov 2016 18:26:58 +0000 (11:26 -0700)] 
Removed Ruby references in README

8 years agoAdded blank space between sass-lint rules
Colin Marshall [Wed, 9 Nov 2016 18:02:43 +0000 (11:02 -0700)] 
Added blank space between sass-lint rules

8 years agoRemove rvm install script from travis.yml
Colin Marshall [Wed, 9 Nov 2016 00:31:36 +0000 (17:31 -0700)] 
Remove rvm install script from travis.yml

No longer necessary since we dropped our last ruby dependency when we migrated to sass-lint from scss-lint

8 years agoRemove scss-lint.yml and the scss-lint install script
Colin Marshall [Sun, 6 Nov 2016 23:23:18 +0000 (16:23 -0700)] 
Remove scss-lint.yml and the scss-lint install script

No longer necessary after migrating to sass-lint.

8 years agoAdded no-vendor-prefixes linter to sass-lint.yml
Colin Marshall [Sun, 6 Nov 2016 23:20:09 +0000 (16:20 -0700)] 
Added no-vendor-prefixes linter to sass-lint.yml

In scss-lint the VendorPrefix linter was incorrectly titled VendorPrefixes so the rules did not migrate properly to sass-lint.

8 years agoAdded .sass-lint.yml config file for sass-lint
Colin Marshall [Thu, 27 Oct 2016 06:40:21 +0000 (00:40 -0600)] 
Added .sass-lint.yml config file for sass-lint

8 years agoReplaced scss-lint with sass-lint in gulp lint and sass tasks
Colin Marshall [Thu, 27 Oct 2016 06:39:47 +0000 (00:39 -0600)] 
Replaced scss-lint with sass-lint in gulp lint and sass tasks

8 years agoRemoved gulp-scss-lint and added gulp-sass-lint to package.json
Colin Marshall [Thu, 27 Oct 2016 06:38:26 +0000 (00:38 -0600)] 
Removed gulp-scss-lint and added gulp-sass-lint to package.json

8 years agoRestructure Scss file to use the `accordion-menu` class which is already setup to...
Brett Mason [Wed, 9 Nov 2016 17:08:18 +0000 (17:08 +0000)] 
Restructure Scss file to use the `accordion-menu` class which is already setup to work with the responsive menu plugin.
This allows us to apply a border and/or background to the accordion and submenu toggle to make it work correctly visually.

8 years agoMerge pull request #9335 from ncoden/build/upgrade_node
Kevin Ball [Tue, 8 Nov 2016 21:09:10 +0000 (13:09 -0800)] 
Merge pull request #9335 from ncoden/build/upgrade_node

Upgrade node version

8 years agoUpdate required node version in README.md 9335/head
Nicolas Coden [Tue, 8 Nov 2016 20:51:44 +0000 (21:51 +0100)] 
Update required node version in README.md

8 years agoMerge pull request #9347 from ncoden/fix/button-radius-config-naming-collision
Kevin Ball [Tue, 8 Nov 2016 19:24:38 +0000 (11:24 -0800)] 
Merge pull request #9347 from ncoden/fix/button-radius-config-naming-collision

Fix button-radius config naming collision

8 years agoFixed syntax error 9338/head
sujayjaju [Tue, 8 Nov 2016 19:19:13 +0000 (00:49 +0530)] 
Fixed syntax error

8 years agoMerge branch 'develop' into v6.3
Kevin Ball [Tue, 8 Nov 2016 18:57:05 +0000 (10:57 -0800)] 
Merge branch 'develop' into v6.3