forked from digisavvy/some-like-it-neat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·53 lines (40 loc) · 2.82 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
/*!
Theme Name: Some Like it Neat
Theme URI: https://github.com/digisavvy/some-like-it-neat
Author: Alex Vasquez
Author URI: http://alexhasnicehair.com
Description: A simple yet advanced Starter Theme built using _S, Bourbon and Neat (http://underscores.me, http://bourbon.io, http://neat.bourbon.io). Please refer to the README.md file for basic usage instructions and prerequisites. You can always grab the latest version over at http://github.com/digisavvy.some-like-it-neat
Version: 1.3.1
License: GNU General Public License
License URI: license.txt
Text Domain: some_like_it_neat
Domain Path: /library/languages/
Tags: white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Some Like it Neat is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
=========================
PLEASE READ AND PLEASE DO NOT EDIT THIS FILE!
=========================
This file is only in your themefolder for WordPress to recognize basic theme data like name and version
CSS Rules in this file will not be used by the theme.
PLEASE READ!!!
You're probably wondering what is going on here. It's cool. I get it.
If you do want a regular style.css file to pop up, uncomment the following line in your gulpfile.js file, in the style task.
.pipe(gulp.dest('./'))
The source versions of css, images and js reside in the 'assets/' folder, within their respective folder names '/css, /js, /images' etc...
Admittedly I'm still trying to figure this part out, but place your un-minified assets in the assets directories. The gulp default task
will take your files, do some crazy shit to them, such as minifying, renaming and moving to the assets folder, again, under
their respective folder names.
In functions.php notice that we're enqueing the main style (the minified version) and that we're also enqueing
production-min.js. Production-min file has all the relevant scripts for our project, combined into one minified file. Again
the idea here is for smaller file sizes, and fewere resource calls.
Changes you make to this theme should be happening to files in your 'src' directory. For now, I'm going to comment
the gulpfile.js file as much as possible and leave things in for you to go back and use yourself at another time, should
you wish to experiment.
As always, tips and pull requests welcome.
*/