aboutsummaryrefslogtreecommitdiff
path: root/assets/_pure-extension.scss
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-26 00:12:56 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-26 00:12:56 +0200
commitcce17bcc99be389dce5bfbadfabaacf132c3f8f7 (patch)
tree71cfa0cc6451ab321f0884fc4e7ef0ad189259cc /assets/_pure-extension.scss
parentb6d7a1050fe273869646242304899f0a0f1483b2 (diff)
Remove purecss dependency and replace with flexbox
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;
- }
-}