brevis 0.0.7 → 0.0.8
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bcf7b2180108544bb8904233288bc111405e2e1
|
4
|
+
data.tar.gz: 9bda3deabe07580829218fe2f1f0e44c9c1e0943
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5540220a1ebcf7ab8c0c5c64d94457ac6e584a9ed19b2a9a5852274519d3ad151fb972e45d2ee296af5d685b7312bbc6782eab262fb84b428b3dec6e1f72e2be
|
7
|
+
data.tar.gz: 71c8c18b86d8020626b733c433ac0f4a0610c455705e20a6ea60d7b274fe8d56254929f588d46148276823179541a11b7141667567e16829d4157901b8aa8db6
|
data/lib/brevis.rb
CHANGED
@@ -17,8 +17,8 @@ Compass::Frameworks.register('brevis', :path => extension_path)
|
|
17
17
|
# a prerelease version
|
18
18
|
# Date is in the form of YYYY-MM-DD
|
19
19
|
module Brevis
|
20
|
-
VERSION = "0.0.
|
21
|
-
DATE = "2014-11-
|
20
|
+
VERSION = "0.0.8"
|
21
|
+
DATE = "2014-11-04"
|
22
22
|
end
|
23
23
|
|
24
24
|
# This is where any custom SassScript should be placed. The functions will be
|
data/stylesheets/_brevis.sass
CHANGED
@@ -1,34 +1,35 @@
|
|
1
1
|
@import "compass"
|
2
|
+
@import "breakpoint"
|
2
3
|
|
3
|
-
@import "brevis_utilities/admin
|
4
|
-
@import "brevis_utilities/animations
|
5
|
-
@import "brevis_utilities/breakpoints
|
6
|
-
@import "brevis_utilities/colors
|
7
|
-
@import "brevis_utilities/eq
|
4
|
+
@import "brevis_utilities/admin"
|
5
|
+
@import "brevis_utilities/animations"
|
6
|
+
@import "brevis_utilities/breakpoints"
|
7
|
+
@import "brevis_utilities/colors"
|
8
|
+
@import "brevis_utilities/eq"
|
8
9
|
@import "brevis_utilities/font_awesome.scss"
|
9
|
-
@import "brevis_utilities/forms
|
10
|
-
@import "brevis_utilities/header
|
11
|
-
@import "brevis_utilities/images
|
12
|
-
@import "brevis_utilities/layout
|
13
|
-
@import "brevis_utilities/page
|
14
|
-
@import "brevis_utilities/tooltip
|
15
|
-
@import "brevis_utilities/typography
|
10
|
+
@import "brevis_utilities/forms"
|
11
|
+
@import "brevis_utilities/header"
|
12
|
+
@import "brevis_utilities/images"
|
13
|
+
@import "brevis_utilities/layout"
|
14
|
+
@import "brevis_utilities/page"
|
15
|
+
@import "brevis_utilities/tooltip"
|
16
|
+
@import "brevis_utilities/typography"
|
16
17
|
@import "brevis_utilities/z-index.scss"
|
17
18
|
|
18
|
-
@import "brevis_components/chrome/header/branding
|
19
|
-
@import "brevis_components/chrome/header/mobile_toggle
|
20
|
-
@import "brevis_components/chrome/header/primary_menu
|
21
|
-
@import "brevis_components/chrome/header/search
|
22
|
-
@import "brevis_components/chrome/header/social
|
19
|
+
@import "brevis_components/chrome/header/branding"
|
20
|
+
@import "brevis_components/chrome/header/mobile_toggle"
|
21
|
+
@import "brevis_components/chrome/header/primary_menu"
|
22
|
+
@import "brevis_components/chrome/header/search"
|
23
|
+
@import "brevis_components/chrome/header/social"
|
23
24
|
|
24
|
-
@import "brevis_components/content_lists/content_carousel
|
25
|
-
@import "brevis_components/content_lists/content_stream
|
26
|
-
@import "brevis_components/content_lists/featured
|
27
|
-
@import "brevis_components/content_lists/headlines
|
28
|
-
@import "brevis_components/content_lists/topic_lists
|
25
|
+
@import "brevis_components/content_lists/content_carousel"
|
26
|
+
@import "brevis_components/content_lists/content_stream"
|
27
|
+
@import "brevis_components/content_lists/featured"
|
28
|
+
@import "brevis_components/content_lists/headlines"
|
29
|
+
@import "brevis_components/content_lists/topic_lists"
|
29
30
|
|
30
|
-
@import "brevis_components/content_modules/carousel
|
31
|
-
@import "brevis_components/content_modules/chosen
|
32
|
-
@import "
|
33
|
-
@import "
|
34
|
-
@import "
|
31
|
+
@import "brevis_components/content_modules/carousel"
|
32
|
+
@import "brevis_components/content_modules/chosen"
|
33
|
+
@import "brevis_components/content_modules/colorbox"
|
34
|
+
@import "brevis_components/content_modules/flexslider"
|
35
|
+
@import "brevis_components/content_modules/sticky_menu"
|
@@ -1,3 +1,25 @@
|
|
1
|
+
//////////////////////////////////////////
|
2
|
+
// Component groups
|
3
|
+
@mixin headline
|
4
|
+
.pane-node-field-short-headline,
|
5
|
+
.pane-node-title
|
6
|
+
@content
|
7
|
+
|
8
|
+
//things that wrap around a thumbnail
|
9
|
+
@mixin teaser-items
|
10
|
+
.pane-node-field-short-headline,
|
11
|
+
.pane-node-title,
|
12
|
+
.pane-node-created,
|
13
|
+
.pane-node-posted-on,
|
14
|
+
.pane-node-body
|
15
|
+
@content
|
16
|
+
|
17
|
+
@mixin image-pane
|
18
|
+
.pane-node-field-thumbnail,
|
19
|
+
.pane-node-field-cover-photo,
|
20
|
+
.pane-node-field-image,
|
21
|
+
.image-fpp
|
22
|
+
@content
|
1
23
|
|
2
24
|
%content-stream-node
|
3
25
|
border-bottom: 1px solid $border-tertiary
|
@@ -7,7 +7,6 @@ $base-images: "../../blueprint/blueprint_images"
|
|
7
7
|
$content-stream-img-sm: 50%
|
8
8
|
$content-stream-img-md: 47.5%
|
9
9
|
|
10
|
-
|
11
10
|
@mixin img-types
|
12
11
|
.pane-node-field-cover-photo,
|
13
12
|
.field--name-field-image
|
@@ -28,20 +27,20 @@ $content-stream-img-md: 47.5%
|
|
28
27
|
|
29
28
|
%img-left
|
30
29
|
+img-left
|
31
|
-
|
30
|
+
|
32
31
|
%img-right
|
33
32
|
+img-right
|
34
33
|
|
35
34
|
@mixin img2x($file, $type, $width, $height, $inline: 'false')
|
36
35
|
@if $inline == true
|
37
36
|
background-image: inline-image($file + '.' + $type)
|
38
|
-
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2)
|
37
|
+
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2)
|
39
38
|
&
|
40
39
|
background-image: inline-image($file + '@2x.' + $type)
|
41
40
|
-webkit-background-size: $width $height
|
42
41
|
@else
|
43
42
|
background-image: image-url("#{$file}.#{$type}")
|
44
|
-
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2)
|
43
|
+
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2)
|
45
44
|
&
|
46
45
|
background-image: image-url("#{$file}@2x.#{$type}")
|
47
46
|
-webkit-background-size: $width $height
|
@@ -67,7 +66,7 @@ $content-stream-img-md: 47.5%
|
|
67
66
|
background-image: url($source + '/' + $filename + '.png')
|
68
67
|
|
69
68
|
// https://gist.github.com/darren131/3410875
|
70
|
-
@mixin resize-sprite($map, $sprite, $percent)
|
69
|
+
@mixin resize-sprite($map, $sprite, $percent)
|
71
70
|
$spritePath: sprite-path($map)
|
72
71
|
$spriteWidth: image-width($spritePath)
|
73
72
|
$spriteHeight: image-height($spritePath)
|
@@ -76,4 +75,4 @@ $content-stream-img-md: 47.5%
|
|
76
75
|
@include background-size(ceil($spriteWidth * ($percent/100)) ceil($spriteHeight * ($percent/100)))
|
77
76
|
width: ceil($width*($percent/100))
|
78
77
|
height: ceil($height*($percent/100))
|
79
|
-
background-position: 0 floor(nth(sprite-position($map, $sprite), 2) * ($percent/100) )
|
78
|
+
background-position: 0 floor(nth(sprite-position($map, $sprite), 2) * ($percent/100) )
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brevis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kendall Totten
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.
|
19
|
+
version: '3.4'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.
|
26
|
+
version: '3.4'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: compass
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0
|
33
|
+
version: '1.0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0
|
40
|
+
version: '1.0'
|
41
41
|
description: A collection of Sass utilities
|
42
42
|
email:
|
43
43
|
- kendalltotten@mediacurrent.com
|