aboutsummaryrefslogtreecommitdiff
path: root/assets/_pure-extension.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/_pure-extension.scss')
-rw-r--r--assets/_pure-extension.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/assets/_pure-extension.scss b/assets/_pure-extension.scss
deleted file mode 100644
index 23fc7f8..0000000
--- a/assets/_pure-extension.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-@import 'variables';
-
-html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
- font-family: Roboto, sans-serif;
- font-weight: $body-font-weight;
-}
-
-.pure-g {
- [class *= "pure-u"] {
- box-sizing: border-box;
- padding: $padding-16;
- }
-}
-
-@media screen and (max-width:64em) {
- .pure-hidden-md {
- display: none;
- }
-}