From 5cf632157ac13ab667b4b338008f8bb73aa1083e Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 23 Oct 2018 09:54:48 +0200 Subject: [PATCH] Add missing visually hidden/shown variable files --- package.json | 2 +- scss/tools/_tools.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 176a4db..599bdb7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "illusion", "description": "Illusion simplifies the creation of things for the web.", - "version": "4.0.0", + "version": "4.0.1", "homepage": "https://illusion.timble.net", "author": "The Illusion Authors (https://github.com/timble/illusion/graphs/contributors)", "repository": { diff --git a/scss/tools/_tools.scss b/scss/tools/_tools.scss index ae5ecb5..dee08de 100755 --- a/scss/tools/_tools.scss +++ b/scss/tools/_tools.scss @@ -24,6 +24,8 @@ @import "variables/svg"; @import "variables/transition"; @import "variables/triangle"; +@import "variables/visually-hidden"; +@import "variables/visually-shown"; // Functions