sass-zero 1.0.2 → 1.0.3

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: 1a233cf6a266b03c3639d31c8055d766cbe473e66ad48eff4d3df9599763b538
4
- data.tar.gz: f2c7067732a97a31b7c48eb276dcd5c8e600d84ed648e199d93c7ce40406d8f7
3
+ metadata.gz: 58c3fb4cc95db1127d5646180ee3ea766882a1326a0cc5a11142c5918822293d
4
+ data.tar.gz: 1698339f84559f3692e37f8bb6b125d5634950878776d91d7551feaa8d89e984
5
5
  SHA512:
6
- metadata.gz: 78bcb353879ee97d6490927bf5922a7ea8ce0e296fee8d478f943bb3c6629e3710a48db167dec9f8945e04ef78709d4413014b90cc4ef35e9462179d88f013d6
7
- data.tar.gz: 2fa2121cff849f96a68fd49c45775d75b31b3858fc0833fa3a7db75f50832701da917fa7362b3c7003c34283ff00e33ed81bfc20065e119181a8b3fd71a7b3e2
6
+ metadata.gz: a4dcf12faca09349e37f55d0e6b170c806db0bbbfaa3ce62a89965306e4b48237dd5fb691ed3b4eee43b800358e4fe746fcd59781a4320b1351ebec9537faf76
7
+ data.tar.gz: 1c2bef8ccfc4e157ba3b2ab77682f0b7bb8242268dbbd04d5132da594821b9f648b764640b7b10ae346eeacf956994ca28587e23e04a74cc04058be249d532b0
data/README.md CHANGED
@@ -102,6 +102,12 @@ Create some stylesheet using [BEM](http://getbem.com/naming) and [SASS-ZERO Vari
102
102
  }
103
103
  ```
104
104
 
105
+ ```html
106
+ <div class="block block--modifier">
107
+ <div class="block__element" />
108
+ </div>
109
+ ```
110
+
105
111
  ## References
106
112
 
107
113
  - [SASS](https://sass-lang.com)
@@ -260,3 +260,12 @@ video {
260
260
  [hidden] {
261
261
  display: none;
262
262
  }
263
+
264
+ /**
265
+ * Unfortunate hack until https://bugs.webkit.org/show_bug.cgi?id=198959 is fixed.
266
+ * This sucks because users can't change line-height with a utility on date inputs now.
267
+ * Reference: https://github.com/twbs/bootstrap/pull/31993
268
+ */
269
+ ::-webkit-date-and-time-value {
270
+ min-height: 1.5em;
271
+ }
@@ -38,7 +38,7 @@ html {
38
38
  border-width: $border;
39
39
  display: inline-block;
40
40
  font-weight: $font-bold;
41
- padding: $size-2 $size-4;
41
+ padding: $size-2 $size-3;
42
42
  cursor: pointer;
43
43
 
44
44
  &--primary {
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Zero
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sass-zero",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazaronixon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-31 00:00:00.000000000 Z
11
+ date: 2022-02-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: