Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Extract Atlas Components #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cyclops",
"version": "1.8.4",
"description": "cyclops: The UI/UX Pattern Guide",
"version": "1.9.0-beta.1",
Copy link
Contributor

@osbornm osbornm Oct 17, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a major version change (not a minor) since the component is removed without back compatibility added.

"description": "Cyclops: The UI/UX Pattern Guide",
"scripts": {
"test": "gulp test",
"start": "gulp dev"
Expand Down
258 changes: 0 additions & 258 deletions src/less/accountSwitcher.less

This file was deleted.

2 changes: 0 additions & 2 deletions src/less/cyclops.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ html.cyclops {
@import "search.less";
@import "alerts.less";
@import "navbar.less";
@import "accountSwitcher.less";
@import "signin.less";
@import "activityHistory.less";
@import "actionToolbar.less";
Expand All @@ -45,7 +44,6 @@ html.cyclops {
@import "slideWell.less";
@import "upcomingEvents.less";
@import "charts.less";
@import "mainNav.less";
@import "pane.less";
@import "tree.less";
@import "ribbon.less";
Expand Down
Loading