Skip to content

Commit

Permalink
Add missing visually hidden/shown variable files
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpoort committed Oct 23, 2018
1 parent feffb3d commit 5cf6321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions scss/tools/_tools.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
@import "variables/svg";
@import "variables/transition";
@import "variables/triangle";
@import "variables/visually-hidden";
@import "variables/visually-shown";


// Functions
Expand Down

0 comments on commit 5cf6321

Please sign in to comment.