sass-zero 0.0.29 → 0.0.30

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
  SHA256:
3
- metadata.gz: f4d62c85550b8ec021606f0675766752612e3e88747668db96515b96b9fb6ad3
4
- data.tar.gz: 957e8818bbe81ed706d4a989895369de8c2d070aa91022565f738e343f89f988
3
+ metadata.gz: 04ce98b2baef17034fda03a13c826d8aea219f61eef608a14a7b46794031f98e
4
+ data.tar.gz: 63894f00216b718e1f96f8e865e046eeb4efccfbf89a83ec88737abcdb10ccf1
5
5
  SHA512:
6
- metadata.gz: ec8ba312b97b35a43052869b1399f93ff44533d3bd1305802034e9ab3699f24375b84907d07eb1fb827ca85ebcd8bd1a3d24056c26a8e4dd6988da85151bb6e1
7
- data.tar.gz: ac01b28729803f9809c18b0a21681c350386da825712e33042b73d320f5335af82c508754106743e40710b3aee37c98e1520e600f52ec0772a71d4c86b701585
6
+ metadata.gz: 2e18a4090af1779e1be09bce1b9a6012ff3a5b69fcd9c2c09257e14f414c990b92b519bfc56fb997c0d06424fa3fbc2bec7b82003a88d416dc9abb9da1216a39
7
+ data.tar.gz: cb9c9f386e425fba33880fd481c331b86635803110a1e9d2642439eb2e6c140129978ac8301170728f29ea2d46992d035325fc301b5c861014b600975733b5fb
@@ -2,8 +2,12 @@
2
2
  @import "sass-zero/mixins";
3
3
 
4
4
  html {
5
- color: $breadboard-color;
6
- font-size: 16px;
5
+ font-size: 14px;
6
+ }
7
+
8
+ main {
9
+ padding-right: $size-2;
10
+ padding-left: $size-2;
7
11
  }
8
12
 
9
13
  blockquote {
@@ -232,17 +236,13 @@ h6, .hdg--base {
232
236
  font-size: $text-base;
233
237
  }
234
238
 
235
- main {
236
- @include make-container($size-10, $breakpoint-lg);
237
- }
238
-
239
- @media (max-width: $breakpoint-md - 1) {
239
+ @media (min-width: $breakpoint-md) {
240
240
  html {
241
- font-size: 14px;
241
+ color: $breadboard-color;
242
+ font-size: 16px;
242
243
  }
243
244
 
244
245
  main {
245
- padding-right: $size-2;
246
- padding-left: $size-2;
246
+ @include make-container($size-10, $breakpoint-lg);
247
247
  }
248
248
  }
@@ -22,7 +22,7 @@
22
22
  }
23
23
 
24
24
  .u-display-n {
25
- display: none;
25
+ display: none !important;
26
26
  }
27
27
 
28
28
  .u-centered {
@@ -54,34 +54,14 @@
54
54
  clear: right;
55
55
  }
56
56
 
57
- .u-hide {
58
- display: none;
59
- }
60
-
61
- .u-hide-focus {
62
- outline: none;
63
- }
64
-
65
57
  @media (max-width: $breakpoint-md - 1) {
66
- .u-wrap-on-mobile {
67
- display: block;
68
- }
69
-
70
- .u-hide-on-media-small {
58
+ .u-hide\@small {
71
59
  display: none;
72
60
  }
73
-
74
- .u-float-n-on-mobile {
75
- float: none;
76
- }
77
61
  }
78
62
 
79
63
  @media (min-width: $breakpoint-md) {
80
- .u-wrap-on-desktop {
81
- display: block;
82
- }
83
-
84
- .u-hide-on-media-medium {
64
+ .u-hide\@medium {
85
65
  display: none;
86
66
  }
87
67
  }
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Zero
3
- VERSION = "0.0.29"
3
+ VERSION = "0.0.30"
4
4
  end
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sass-zero",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "A CSS framework for rapid UI development based on tailwindcss, miligram and BEM.",
5
5
  "homepage": "https://github.com/lazaronixon/sass-zero",
6
6
  "repository": "lazaronixon/sass-zero",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.29
4
+ version: 0.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazaronixon