Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Commit

Permalink
Move dependency import rules to top of source file
Browse files Browse the repository at this point in the history
  • Loading branch information
contolini committed Jun 5, 2015
1 parent db3f65c commit 3f3c016
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cf-expandables",
"version": "1.0.0",
"version": "1.0.1",
"description": "Standard expandable (show/hide) component for Capital Framework.",
"keywords": ["capital-framework", "capital", "expandables", "jquery", "js", "less"],
"authors": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"scripts": {
"postinstall": "bower install",
"pretest": "forever stopall -s && forever start -s ./node_modules/.bin/http-server",
"test": "grunt test && pa11y localhost:8080/demo -r ci -s WCAG2AA",
"posttest": "forever stopall -s"
Expand Down
8 changes: 5 additions & 3 deletions src/cf-expandables.less
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
// Import external dependencies

@import (less) '../../cf-core/src/cf-core.less';
@import (less) '../../cf-icons/src/cf-icons.less';

/* ==========================================================================
Capital Framework
Expandable Styling
========================================================================== */

@import (less) '../../cf-core/src/cf-core.less';
@import (less) '../../cf-icons/src/cf-icons.less';

/* topdoc
name: Theme variables
family: cf-expandables
Expand Down

0 comments on commit 3f3c016

Please sign in to comment.