sass-zero 0.0.48 → 0.0.49

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: 7ec1a6eec30c84c4a0ef397bf9eea587d88149d22de4fa23ec794d4cf0cf3565
4
- data.tar.gz: 99cfaf712afda6e3cecf53a18130ba2183682d81b3b08b0a03efdd2dcf67310e
3
+ metadata.gz: 735d48c029ee403ce7aa12d171ff1c9e88d71be82a134e215ba40daf3fcc1c7f
4
+ data.tar.gz: b4a1f56ffca33aa9f3d00ea44d9a4fa4ff63173cb7ddb29a3cf04927c2ac4dc9
5
5
  SHA512:
6
- metadata.gz: fa420f90a4224241ba7512964df796119bfde6499c4e0e6699283571e48c806eb78c5f0ac8e891d7497e1cb531876857847745129f62f1245f54dab86ffbbea0
7
- data.tar.gz: 0a9f871b099508713638e7d77e7c4f922291ce28264150714c25ce11e7bf0057e506a73b3f5ef6c861f6ad927b0a3953d12e7bf28479b3be39486e0fbc05c704
6
+ metadata.gz: 50e61955a31df64c2afcd4ac926462630f3ff724f5e79fa28d08e83cc44703685580cd887dec5a0e904c7524281eed71c75f4d372e7cbb96e6c6061e1a503bf8
7
+ data.tar.gz: ea5215081604df3c141937e5f9fc1556d2483a8a0e4252c3e27d08f873119de1d5c386a4cbf92aebf32d3cee36f446bec3972d52504b0ea00290b2df2850be47
@@ -1,23 +1,23 @@
1
1
  // *******************************************************************
2
2
  // Height
3
3
  // Variables for setting the height of an element
4
- // height: $h-p-1-2;
4
+ // height: $h-1-2;
5
5
  // *******************************************************************
6
- $h-p-1-2: 50%;
7
- $h-p-1-3: 33.333333%;
8
- $h-p-2-3: 66.666667%;
9
- $h-p-1-4: 25%;
10
- $h-p-2-4: 50%;
11
- $h-p-3-4: 75%;
12
- $h-p-1-5: 20%;
13
- $h-p-2-5: 40%;
14
- $h-p-3-5: 60%;
15
- $h-p-4-5: 80%;
16
- $h-p-1-6: 16.666667%;
17
- $h-p-2-6: 33.333333%;
18
- $h-p-3-6: 50%;
19
- $h-p-4-6: 66.666667%;
20
- $h-p-5-6: 83.333333%;
6
+ $h-1-2: 50%;
7
+ $h-1-3: 33.333333%;
8
+ $h-2-3: 66.666667%;
9
+ $h-1-4: 25%;
10
+ $h-2-4: 50%;
11
+ $h-3-4: 75%;
12
+ $h-1-5: 20%;
13
+ $h-2-5: 40%;
14
+ $h-3-5: 60%;
15
+ $h-4-5: 80%;
16
+ $h-1-6: 16.666667%;
17
+ $h-2-6: 33.333333%;
18
+ $h-3-6: 50%;
19
+ $h-4-6: 66.666667%;
20
+ $h-5-6: 83.333333%;
21
21
  $h-full: 100%;
22
22
  $h-screen: 100vw;
23
23
  $h-min: min-content;
@@ -29,6 +29,19 @@ $rotate-45: 45deg;
29
29
  $rotate-90: 90deg;
30
30
  $rotate-180: 180deg;
31
31
 
32
+ // *******************************************************************
33
+ // Translate
34
+ // Variables for translating elements with transform.
35
+ // transform: translate($translate-1-2);
36
+ // *******************************************************************
37
+ $translate-1-2: 50%;
38
+ $translate-1-3: 33.333333%;
39
+ $translate-2-3: 66.666667%;
40
+ $translate-1-4: 25%;
41
+ $translate-2-4: 50%;
42
+ $translate-3-4: 75%;
43
+ $translate-full: 100%;
44
+
32
45
  // *******************************************************************
33
46
  // Skew
34
47
  // Variables for skewing elements with transform.
@@ -1,39 +1,39 @@
1
1
  // *******************************************************************
2
2
  // Width
3
3
  // Variables for setting the width of an element
4
- // width: $w-p-1-2;
4
+ // width: $w-1-2;
5
5
  // *******************************************************************
6
- $w-p-1-2: 50%;
7
- $w-p-1-3: 33.333333%;
8
- $w-p-2-3: 66.666667%;
9
- $w-p-1-4: 25%;
10
- $w-p-2-4: 50%;
11
- $w-p-3-4: 75%;
12
- $w-p-1-5: 20%;
13
- $w-p-2-5: 40%;
14
- $w-p-3-5: 60%;
15
- $w-p-4-5: 80%;
16
- $w-p-1-6: 16.666667%;
17
- $w-p-2-6: 33.333333%;
18
- $w-p-3-6: 50%;
19
- $w-p-4-6: 66.666667%;
20
- $w-p-5-6: 83.333333%;
21
- $w-p-1-12: 8.333333%;
22
- $w-p-2-12: 16.666667%;
23
- $w-p-3-12: 25%;
24
- $w-p-4-12: 33.333333%;
25
- $w-p-5-12: 41.666667%;
26
- $w-p-6-12: 50%;
27
- $w-p-7-12: 58.333333%;
28
- $w-p-8-12: 66.666667%;
29
- $w-p-9-12: 75%;
30
- $w-p-10-12: 83.333333%;
31
- $w-p-11-12: 91.666667%;
32
- $w-full: 100%;
33
- $w-screen: 100vw;
34
- $w-min: min-content;
35
- $w-max: max-content;
36
- $w-fit: fit-content;
6
+ $w-1-2: 50%;
7
+ $w-1-3: 33.333333%;
8
+ $w-2-3: 66.666667%;
9
+ $w-1-4: 25%;
10
+ $w-2-4: 50%;
11
+ $w-3-4: 75%;
12
+ $w-1-5: 20%;
13
+ $w-2-5: 40%;
14
+ $w-3-5: 60%;
15
+ $w-4-5: 80%;
16
+ $w-1-6: 16.666667%;
17
+ $w-2-6: 33.333333%;
18
+ $w-3-6: 50%;
19
+ $w-4-6: 66.666667%;
20
+ $w-5-6: 83.333333%;
21
+ $w-1-12: 8.333333%;
22
+ $w-2-12: 16.666667%;
23
+ $w-3-12: 25%;
24
+ $w-4-12: 33.333333%;
25
+ $w-5-12: 41.666667%;
26
+ $w-6-12: 50%;
27
+ $w-7-12: 58.333333%;
28
+ $w-8-12: 66.666667%;
29
+ $w-9-12: 75%;
30
+ $w-10-12: 83.333333%;
31
+ $w-11-12: 91.666667%;
32
+ $w-full: 100%;
33
+ $w-screen: 100vw;
34
+ $w-min: min-content;
35
+ $w-max: max-content;
36
+ $w-fit: fit-content;
37
37
 
38
38
  // *******************************************************************
39
39
  // Min-Width
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Zero
3
- VERSION = "0.0.48"
3
+ VERSION = "0.0.49"
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.48",
3
+ "version": "0.0.49",
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.48
4
+ version: 0.0.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazaronixon