forked from ractive-foundation/ractive-foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
* upstream/master: (66 commits) ractive-foundation#238: Remove comment ractive-foundation#238: Add ux-tabarea test ractive-foundation#230 Fixed bug in watch stopping json files from being watched Removed the default hbs examples Dist. [ractive-foundation#227] Add a11y example to give people an idea. [ractive-foundation#227] Update readme. [ractive-foundation#227] Refactor into a function, for future expansion. [ractive-foundation#227] Refactor and move a11y code to task file. [ractive-foundation#227] Colours [ractive-foundation#227] Tweaking logic. [ractive-foundation#227] Update readme. [ractive-foundation#227] Handle all promises nicely. [ractive-foundation#227] Tweaking logic. [ractive-foundation#227] Tweaking logic. [ractive-foundation#227] Use const for port numbers. [ractive-foundation#227] WIP async a11y testing. [ractive-foundation#227] Remove gulp-a11y, doesn't support URLs [ractive-foundation#227] Add a11y directly to project. [ractive-foundation#227] WIP working on a11y. ...
- Loading branch information
Showing
68 changed files
with
530 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
language: node_js | ||
sudo: false | ||
node_js: | ||
- "0.12" | ||
- "0.12" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# Foundation elements still to be created | ||
|
||
## Structure | ||
* Media Queries | ||
* Visibility | ||
* Grid | ||
* Block Grid | ||
* Interchange Responsive Content JS | ||
* Utility Classes | ||
* Javascript Utilities | ||
* Right-to-Left Support | ||
|
||
## Navigation | ||
* ~~Off-canvas JS~~ | ||
* ~~Top Bar JS~~ | ||
* ~~Icon Bar~~ | ||
* ~~Side Nav~~ | ||
* Magellan Sticky Nav JS (#198) | ||
* _Sub Nav_ (#102) | ||
* _Breadcrumbs_ (#132) | ||
* _Pagination_ (#134) | ||
|
||
## Media | ||
* ~~Orbit Slider JS~~ | ||
* ~~Thumbnails~~ (#182) | ||
* Clearing Lightbox JS (#199) | ||
* Flex Video (#200) | ||
|
||
## Forms | ||
* Forms (#201) | ||
* Switches (#136) | ||
* Range Sliders JS (#141) | ||
* Abide Validation JS (#202) | ||
|
||
## Buttons | ||
* ~~Buttons~~ | ||
* Button Groups (#203) | ||
* Split Buttons JS (#204) | ||
* Dropdown Buttons JS (#205) | ||
|
||
## Typography | ||
* Type (#207) | ||
* Inline Lists (#208) | ||
* Labels (#151) | ||
* Keystrokes (#209) | ||
|
||
## Callouts & Prompts | ||
* Reveal Modal JS (#210) | ||
* ~~Alerts JS~~ | ||
* ~~Panels~~ | ||
* Tooltips JS (#211) | ||
* Joyride JS (#212) | ||
|
||
## Content | ||
* Dropdowns JS (#213) | ||
* ~~Pricing Tables~~ (#214) | ||
* Progress Bars (#215) | ||
* Tables (#216) | ||
* ~~Accordion JS~~ | ||
* ~~Tabs JS~~ | ||
* Equalizer JS (#125) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
|
||
|
||
|
||
|
||
.ux-orbit .orbit-container { | ||
height: 100%; | ||
position: relative; | ||
|
@@ -69,3 +70,4 @@ | |
|
||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.