-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
style.css
55 lines (41 loc) · 1.91 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/*--------------------------------------------
Theme Name: Plate
Theme URI: https://studio.bio/themes/plate
Text Domain: platetheme
Description: Plate is a super-minimal, stripped-down HTML5, responsive, retina-ready starter WordPress theme for developers.
Author: Joshua Michaels & Jon Iler for studio.bio
Author URI: https://studio.bio/
Version: 1.1
Tags: accessibility-ready, translation-ready, microformats, rtl-language-support, full-width-template, footer-widgets, custom-header, custom-background, custom-logo, custom-menu, grid-layout, editor-style, theme-options, e-commerce
License: WTFPL
License URI: http://sam.zoy.org/wtfpl/. Do whatever you want with this. Copy it, fork it, change it. Do your thang.
(You should update the above info with your own for your projects)
----------------------------------------------
****************************************
* ERMAGERD, WHERE ARE MA STYLES??!?!?? *
****************************************
Styles are generated by the scss files in /library/scss/
and are compiled to here: /library/css/
Plate (and Template) uses Sass and SCSS syntax. If aren't already using Sass/SCSS you should be. Check it out here:
http://sass-lang.com
https://scotch.io/tutorials/getting-started-with-sass
https://www.sitepoint.com/whats-difference-sass-scss/
To use Sass you will need a precompiler to generate your css files. I recommend CodeKit...it's super awesome:
https://codekitapp.com
Grunt support added by @micahmills. Thanks!
/*
WordPress Probz
So Theme Check (http://wordpress.org/plugins/theme-check/)
is constantly telling me that it needs these classes in the CSS even
though they are in the REAL stylesheet in library/css/style.css.
So we're gonna drop these here to keep it happy.
Great work, Theme Check (eye roll)
*/
.sticky {}
/* DO NOT EDIT THIS */
.gallery-caption {}
/* THESE ARE USELESS */
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */