Skip to content

Commit

Permalink
Stylesheet cleanup
Browse files Browse the repository at this point in the history
Removed blocks.css, in favor of creating own blocks styling. Added table of contents and headings to site.scss for improved readability.
  • Loading branch information
apzeero committed May 12, 2019
1 parent dbae4e3 commit ce4b46a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 190 deletions.
190 changes: 0 additions & 190 deletions css/blocks.css

This file was deleted.

24 changes: 24 additions & 0 deletions site.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
/*--------------------------------------------------------------
# Site CSS includes UIKit 3
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# UIKit 3
# Layout
# Navigation
# Headers and Content
# Utilities
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Include UIKit 3 from main theme
# Reference https://getuikit.com/docs/sass
--------------------------------------------------------------*/

Expand Down Expand Up @@ -31,6 +50,11 @@ main#main-content {
footer#colophon {
margin-top: -100px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/*
Text meant only for screen readers.
@see https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
Expand Down

0 comments on commit ce4b46a

Please sign in to comment.