Skip to content

Commit 68d7d35

Browse files
committed
Release 0.2.1
1 parent d7535f3 commit 68d7d35

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
1. Get Matter in one of the following ways:<br/><br/>
1616
**Normal build** from CDN (include this in `<head>`):
1717
```html
18-
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.2.0.css" rel="stylesheet">
18+
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.2.1.css" rel="stylesheet">
1919
```
2020
**Minified build** from CDN (include this in `<head>`):
2121
```html
22-
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.2.0.min.css" rel="stylesheet">
22+
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.2.1.min.css" rel="stylesheet">
2323
```
2424
**Download a build** from the assets of a release in [Releases](https://github.com/finnhvman/matter/releases), and include it in your project
2525

dist/matter.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Matter 0.2.0 */
1+
/* Matter 0.2.1 */
22

33
/* Components */
44
/* Button Contained */
@@ -1386,8 +1386,8 @@
13861386
--matter-ontheme-rgb: var(--matter-onsecondary-rgb, 255, 255, 255);
13871387
}
13881388
.matter-error {
1389-
--matter-theme-rgb: var(--matter-warning-rgb, 238, 0, 0);
1390-
--matter-ontheme-rgb: var(--matter-onwarning-rgb, 255, 255, 255);
1389+
--matter-theme-rgb: var(--matter-error-rgb, 238, 0, 0);
1390+
--matter-ontheme-rgb: var(--matter-error-rgb, 255, 255, 255);
13911391
}
13921392
.matter-warning {
13931393
--matter-theme-rgb: var(--matter-warning-rgb, 238, 102, 0);
@@ -1405,7 +1405,7 @@
14051405
color: rgb(var(--matter-secondary-rgb, 102, 0, 238));
14061406
}
14071407
.matter-error-text {
1408-
color: rgb(var(--matter-warning-rgb, 238, 0, 0));
1408+
color: rgb(var(--matter-error-rgb, 238, 0, 0));
14091409
}
14101410
.matter-warning-text {
14111411
color: rgb(var(--matter-warning-rgb, 238, 102, 0));

dist/matter.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matter",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Material Design Components in Pure CSS",
55
"repository": "finnhvman/matter",
66
"author": "Ben Szabo (finnhvman)",

0 commit comments

Comments
 (0)