aboutsummaryrefslogtreecommitdiff
path: root/assets/_sass/base/_helpers.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/_sass/base/_helpers.scss')
-rw-r--r--assets/_sass/base/_helpers.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/_sass/base/_helpers.scss b/assets/_sass/base/_helpers.scss
new file mode 100644
index 0000000..d461516
--- /dev/null
+++ b/assets/_sass/base/_helpers.scss
@@ -0,0 +1,10 @@
+.hidden {
+ border: 0;
+ clip: rect(0 0 0 0);
+ height: 1px;
+ margin: -1px;
+ overflow: hidden;
+ padding: 0;
+ position: absolute;
+ width: 1px;
+}