forever_style_guide 3.7.2 → 4.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,23 +0,0 @@
1
- en:
2
- style_guide:
3
- branding:
4
- colors: >
5
- The brand colors must be used carefully, too many colors on the screen at once can easily unbalance a page visually.
6
-
7
- components:
8
- # controls
9
- avatar: >
10
- A simple and resizable component for representing a person.
11
- header: >
12
- Standard Forever main navigation element.
13
- Built on top of [Bootstrap's navbar component](http://getbootstrap.com/components/#navbar).
14
- panel: >
15
- Handy default container for displaying related elements.
16
- Built on top of [Bootstrap's panel component](http://getbootstrap.com/components/#panels).
17
- popover: >
18
- A great way to show contextual content under an icon or button.
19
- Built on top of [Bootstrap's popover JS component](http://getbootstrap.com/javascript/#popovers).
20
-
21
- visual_elements:
22
- Typography: >
23
- Dropdown in a button group.
data/config/routes.rb DELETED
@@ -1,5 +0,0 @@
1
- ForeverStyleGuide::Engine.routes.draw do
2
- root to: "style#index", as: :forever_style_guide
3
- get "/:id" => "style#show", :as => :style
4
- get "/demo/:path" => "style#demo"
5
- end
@@ -1,14 +0,0 @@
1
- style_guide:
2
- sections:
3
- branding:
4
- icon: "flag"
5
- components:
6
- icon: "cubes"
7
- css_guide:
8
- icon: "code"
9
- ux_guide:
10
- icon: "user"
11
- visual_elements:
12
- icon: "pencil"
13
- voice_and_tone:
14
- icon: "bullhorn"
@@ -1,14 +0,0 @@
1
- require "forever_style_guide/version"
2
-
3
- require 'sass-rails'
4
- require 'jquery-rails'
5
- require 'bootstrap-sass'
6
- require 'font-awesome-rails'
7
-
8
- module ForeverStyleGuide
9
- class Engine < ::Rails::Engine
10
- isolate_namespace ForeverStyleGuide
11
- engine_name 'forever_style_guide'
12
-
13
- end
14
- end
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :forever_style_guide do
3
- # # Task goes here
4
- # end