sass-zero 0.0.49 → 0.0.50

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 735d48c029ee403ce7aa12d171ff1c9e88d71be82a134e215ba40daf3fcc1c7f
4
- data.tar.gz: b4a1f56ffca33aa9f3d00ea44d9a4fa4ff63173cb7ddb29a3cf04927c2ac4dc9
3
+ metadata.gz: 7755a6764dc9660b409b1bd4d4743cabdbca011f6cac3f934e0ec8df3ece546d
4
+ data.tar.gz: 5439d0d576454471ba437b40a438512d14b0863beb1b9dd19186f8e27c8c0b08
5
5
  SHA512:
6
- metadata.gz: 50e61955a31df64c2afcd4ac926462630f3ff724f5e79fa28d08e83cc44703685580cd887dec5a0e904c7524281eed71c75f4d372e7cbb96e6c6061e1a503bf8
7
- data.tar.gz: ea5215081604df3c141937e5f9fc1556d2483a8a0e4252c3e27d08f873119de1d5c386a4cbf92aebf32d3cee36f446bec3972d52504b0ea00290b2df2850be47
6
+ metadata.gz: 944938f55281d4f90c516bc1b8822fd0ddaf07850c69b4b883ae8241b0b572b71a3bb0e5c2dd1392d82801fdae781172f8a21207aa0541202a819e307e7d250f
7
+ data.tar.gz: e397066d02f0606b941c6f1bb7e7308783d21e71f9443a490890ccfee90afd6a3b186cb6c3f9135a36cf3141988ee2df595278d1f09ea600f97c623febf3a439
@@ -62,6 +62,6 @@
62
62
  width: 100%;
63
63
  padding-right: $padding-x;
64
64
  padding-left: $padding-x;
65
- margin-right: $size-auto;
66
- margin-left: $size-auto;
65
+ margin-right: auto;
66
+ margin-left: auto;
67
67
  }
@@ -3,6 +3,7 @@
3
3
  // Variables for setting the height of an element
4
4
  // height: $h-1-2;
5
5
  // *******************************************************************
6
+ $h-auto: auto;
6
7
  $h-1-2: 50%;
7
8
  $h-1-3: 33.333333%;
8
9
  $h-2-3: 66.666667%;
@@ -3,8 +3,6 @@
3
3
  // By default, Tailwind includes a generous and comprehensive numeric spacing scale.
4
4
  // Use as padding, margin, width, height, translate, etc...
5
5
  // *******************************************************************
6
- $size-auto: auto;
7
-
8
6
  $size-px: 1px;
9
7
  $size-0: 0px;
10
8
  $size-0-5: 0.125rem;
@@ -3,6 +3,7 @@
3
3
  // Variables for setting the width of an element
4
4
  // width: $w-1-2;
5
5
  // *******************************************************************
6
+ $w-auto: auto;
6
7
  $w-1-2: 50%;
7
8
  $w-1-3: 33.333333%;
8
9
  $w-2-3: 66.666667%;
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Zero
3
- VERSION = "0.0.49"
3
+ VERSION = "0.0.50"
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.49",
3
+ "version": "0.0.50",
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.49
4
+ version: 0.0.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazaronixon