-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathstyle.css
48 lines (38 loc) · 2.04 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
/*--------------------------------------------
Theme Name: Template
Theme URI: https://studio.bio/themes/template
Text Domain: templatetheme
Description: Template is an HTML5, lightweight, responsive, retina-ready starter WordPress theme for developers.
Author: Joshua Michaels & Jon Iler for studio.bio
Author URI: https://studio.bio/
Version: 1.0
Tags: accessibility-ready, translation-ready, microformats, rtl-language-support, full-width-template, footer-widgets, custom-header, custom-background, theme-options, e-commerce, theme-options
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/
Template uses Sass and SCSS syntax. If you don't already use 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
Needed: all of the Grunt things. And bower too.
I don't use Grunt or bower so if someone would like to add it to the project, fork and submit a pull request.
Other people use it. But I don't need all of the config options and CodeKit is amazing.
/*
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 {} /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */