From 913ce6eaaa983b3ae81d4db9b765300f1d3ee18a Mon Sep 17 00:00:00 2001 From: copyleftie Date: Sat, 1 Jun 2019 01:35:02 -0400 Subject: [PATCH] fix: typo in grayscale theme --- src/scss/themes/rio-grayscale.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/themes/rio-grayscale.scss b/src/scss/themes/rio-grayscale.scss index 24909de..fce6bb2 100644 --- a/src/scss/themes/rio-grayscale.scss +++ b/src/scss/themes/rio-grayscale.scss @@ -1,4 +1,4 @@ -@import "rio.scss" +@import "rio.scss"; img { filter: grayscale(100%);