Skip to content

Commit

Permalink
Replace transparent with rbga in output style specs
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Mar 28, 2018
1 parent 204dd4c commit a388b5c
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
foo{c0:transparent;c1:transparent;c2:rgba(0,0,0,0.1);c3:rgba(0,0,0,0.2);c4:rgba(0,0,0,0.3);c5:rgba(0,0,0,0.4);c6:rgba(0,0,0,0.5);c7:rgba(0,0,0,0.6);c8:rgba(0,0,0,0.7);c9:rgba(0,0,0,0.8);c10:rgba(0,0,0,0.9)}
foo{c0:rgba(0,0,0,0);c1:rgba(0,0,0,0);c2:rgba(0,0,0,0.1);c3:rgba(0,0,0,0.2);c4:rgba(0,0,0,0.3);c5:rgba(0,0,0,0.4);c6:rgba(0,0,0,0.5);c7:rgba(0,0,0,0.6);c8:rgba(0,0,0,0.7);c9:rgba(0,0,0,0.8);c10:rgba(0,0,0,0.9)}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
foo{c0:transparent;c1:transparent;c2:rgba(0,0,0,0.1);c3:rgba(0,0,0,0.2);c4:rgba(0,0,0,0.3);c5:rgba(0,0,0,0.4);c6:rgba(0,0,0,0.5);c7:rgba(0,0,0,0.6);c8:rgba(0,0,0,0.7);c9:rgba(0,0,0,0.8);c10:rgba(0,0,0,0.9)}
foo{c0:rgba(0,0,0,0);c1:rgba(0,0,0,0);c2:rgba(0,0,0,0.1);c3:rgba(0,0,0,0.2);c4:rgba(0,0,0,0.3);c5:rgba(0,0,0,0.4);c6:rgba(0,0,0,0.5);c7:rgba(0,0,0,0.6);c8:rgba(0,0,0,0.7);c9:rgba(0,0,0,0.8);c10:rgba(0,0,0,0.9)}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
foo{c0:transparent;c1:rgba(0,0,0,0.1);c2:rgba(0,0,0,0.2);c3:rgba(0,0,0,0.3);c4:rgba(0,0,0,0.4);c5:rgba(0,0,0,0.5);c6:rgba(0,0,0,0.6);c7:rgba(0,0,0,0.7);c8:rgba(0,0,0,0.8);c9:rgba(0,0,0,0.9);c10:#000}
foo{c0:rgba(0,0,0,0);c1:rgba(0,0,0,0.1);c2:rgba(0,0,0,0.2);c3:rgba(0,0,0,0.3);c4:rgba(0,0,0,0.4);c5:rgba(0,0,0,0.5);c6:rgba(0,0,0,0.6);c7:rgba(0,0,0,0.7);c8:rgba(0,0,0,0.8);c9:rgba(0,0,0,0.9);c10:#000}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
foo {
c0: transparent;
c1: transparent;
c0: rgba(0, 0, 0, 0);
c1: rgba(0, 0, 0, 0);
c2: rgba(0, 0, 0, 0.1);
c3: rgba(0, 0, 0, 0.2);
c4: rgba(0, 0, 0, 0.3);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
foo {
c0: transparent;
c1: transparent;
c0: rgba(0, 0, 0, 0);
c1: rgba(0, 0, 0, 0);
c2: rgba(0, 0, 0, 0.1);
c3: rgba(0, 0, 0, 0.2);
c4: rgba(0, 0, 0, 0.3);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
foo {
c0: transparent;
c0: rgba(0, 0, 0, 0);
c1: rgba(0, 0, 0, 0.1);
c2: rgba(0, 0, 0, 0.2);
c3: rgba(0, 0, 0, 0.3);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
foo {
c-1: transparent;
c0: transparent;
c-1: rgba(0, 0, 0, 0);
c0: rgba(0, 0, 0, 0);
c1: rgba(0, 0, 0, 0.1);
c2: rgba(0, 0, 0, 0.2);
c3: rgba(0, 0, 0, 0.3);
Expand All @@ -15,8 +15,8 @@ foo {
c12: black; }

foo {
c-1: transparent;
c0: transparent;
c-1: rgba(0, 0, 0, 0);
c0: rgba(0, 0, 0, 0);
c1: rgba(0, 0, 0, 0.1);
c2: rgba(0, 0, 0, 0.2);
c3: rgba(0, 0, 0, 0.3);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ colors {
Yellow: yellow;
YellowGreen: yellowgreen;
RebeccaPurple: rebeccapurple;
transparent: transparent; }
transparent: rgba(0, 0, 0, 0); }

0 comments on commit a388b5c

Please sign in to comment.