modularis 0.0.3 → 0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZGRiNzc0YWVhODc1ZmQyOTZmNTA5MDExZTAxYzY2N2EzMjYzN2EzYg==
4
+ YmQxOGVmMDM3NDk2MzhkM2ZjMjAyZjk0ZTdmMTYzMzUxOWRhODI1Mw==
5
5
  data.tar.gz: !binary |-
6
- MGU4ZjcwZjFkNTBjYjQwYjU4MjhiYjUxNjIwNTRiNzBlNzA2NDQ0ZA==
6
+ OWU0NDFkNjc5ZjI0NGRjZjRkNmI2ZDRiNjM4MzA2MDg0OGJlZjA5Yw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YzVkOGNjMjY2OTk5ZTg3M2RkOGNlZjQwNzVmNDdkMzE0NmRmMzEyMmI3OWMw
10
- MDQyN2ExMjllNGQzMDg2YTRjMDA5OGRkZjlkMWVkODZlNmMxNTc3OTY5MTA5
11
- NDQ4M2ZmYjkzZTYwNTZkNDllMTU0ZmE3ZGRmOGM0MDRkOTVjNmY=
9
+ NmZjNTdkYzY2OTAzZDU4MThkMDAwYThhMGU4M2UwZTZjMGMzNDJlMGZmMjlh
10
+ ODYyYjkyYzEwY2IyZWE2NzQ5NTlkMmJkZDlhMWEyOTdmNzkwYmRmMzc3OGE0
11
+ ZjhmNTc4YzAzYzA5OGMwNGM1NGM2OWE3MWVmNTJhMDE2NDhmOWU=
12
12
  data.tar.gz: !binary |-
13
- YmJlYzFkY2JiYWUyOWFjYmNjZjQyN2I0ZDRkYjFkY2RlNDU5YWI5MjdjZGQw
14
- Y2VkNTMxZTU0ZmY1NTYyNjIxYzEwZTE3YzUxY2QwODFlOGU4ZGFmZWM2Nzg1
15
- YTFiYzkxOGE3NjA3OGViMWNmMzdkNDE3OGFjMTRhNTllNGE5Mjg=
13
+ MmYwNjdlZTczMjk0Yzg2N2RjMzEyYzVmY2YxNjYwOTZkNzQzM2Y0NDg1MWUy
14
+ NjIxMzdlYjdkOGYyNWY4Y2JjZGQ3YmRjZjUwNTNhZWRiYWE2NjRmZWM2Njg2
15
+ OWU4YTg3NDBlODRhZWUzNzIxNzg5ODVhYzE5NzU3YjRiMDg2Y2U=
@@ -1,3 +1,3 @@
1
1
  module Modularis
2
- VERSION = "0.0.3"
2
+ VERSION = "0.1"
3
3
  end
data/scss/modularis.scss CHANGED
@@ -2,48 +2,4 @@
2
2
  @charset "UTF-8";
3
3
 
4
4
  // This includes all of the modularis global elements that are needed to work with any of the other files.
5
- @import "modularis/variables";
6
-
7
- // Modularis Components
8
- @import
9
- "modularis/components/global",
10
- "modularis/components/grid",
11
- // "modularis/components/flexbox-grid",
12
- "modularis/components/off-canvas",
13
- "modularis/components/visibility",
14
- "modularis/components/block-grid",
15
- "modularis/components/type",
16
- "modularis/components/buttons",
17
- "modularis/components/forms",
18
- "modularis/components/custom-forms",
19
- "modularis/components/button-groups",
20
- "modularis/components/dropdown-buttons",
21
- "modularis/components/split-buttons",
22
- "modularis/components/flex-video",
23
- "modularis/components/section",
24
- "modularis/components/top-bar",
25
- "modularis/components/flip",
26
- "modularis/components/orbit",
27
- "modularis/components/reveal",
28
- "modularis/components/joyride",
29
- "modularis/components/clearing",
30
- "modularis/components/alert-boxes",
31
- "modularis/components/breadcrumbs",
32
- "modularis/components/keystrokes",
33
- "modularis/components/labels",
34
- "modularis/components/inline-lists",
35
- "modularis/components/pagination",
36
- "modularis/components/panels",
37
- "modularis/components/pricing-tables",
38
- "modularis/components/progress-bars",
39
- "modularis/components/side-nav",
40
- "modularis/components/sub-nav",
41
- "modularis/components/switch",
42
- "modularis/components/magellan",
43
- "modularis/components/tables",
44
- "modularis/components/thumbs",
45
- "modularis/components/tooltips",
46
- "modularis/components/dropdown";
47
-
48
-
49
-
5
+ @import "modularis/settings";
@@ -1,7 +1,7 @@
1
1
  description 'Modularis Compass Gem'
2
2
 
3
3
  # Sass Files
4
- stylesheet '../../scss/modularis/_variables.scss', :to => '_settings.scss'
4
+ stylesheet '../../scss/modularis/_settings.scss', :to => '_settings.scss'
5
5
  stylesheet 'scss/app.scss', :to => 'app.scss', :media => "screen, projector, print"
6
6
 
7
7
  # Make sure you list all the project template files here in the manifest.
@@ -35,8 +35,6 @@ If you need help, email us at modularis@themepile.com or visit modularis.themepi
35
35
 
36
36
  welcome_message %Q{
37
37
 
38
- w00t! You're using ZURB Modularis, now go forth and rock 'n roll!
39
-
40
38
  }
41
39
 
42
40
  # file 'config.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modularis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: '0.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - ThemePile
@@ -55,7 +55,6 @@ files:
55
55
  - LICENSE
56
56
  - README.md
57
57
  - Rakefile
58
- - demo/test/config.rb
59
58
  - js/modularis/index.js
60
59
  - js/vendor/custom.modernizr.js
61
60
  - js/vendor/jquery.js
data/demo/test/config.rb DELETED
@@ -1,26 +0,0 @@
1
- require 'modularis'
2
- # Require any additional compass plugins here.
3
-
4
-
5
- # Set this to the root of your project when deployed:
6
- http_path = "/"
7
- css_dir = "stylesheets"
8
- sass_dir = "sass"
9
- images_dir = "images"
10
- javascripts_dir = "javascripts"
11
-
12
- # You can select your preferred output style here (can be overridden via the command line):
13
- # output_style = :expanded or :nested or :compact or :compressed
14
-
15
- # To enable relative paths to assets via compass helper functions. Uncomment:
16
- # relative_assets = true
17
-
18
- # To disable debugging comments that display the original location of your selectors. Uncomment:
19
- # line_comments = false
20
-
21
-
22
- # If you prefer the indented syntax, you might want to regenerate this
23
- # project again passing --syntax sass, or you can uncomment this:
24
- # preferred_syntax = :sass
25
- # and then run:
26
- # sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass