Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77497f9

Browse files
author
Eddie Machado
committed
adding new notes
1 parent 3b2414e commit 77497f9

File tree

1 file changed

+54
-25
lines changed

1 file changed

+54
-25
lines changed

style.css

Lines changed: 54 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Theme URI: http://www.themble.com/bones
44
Description: This site was built using the Bones Development Theme. For more information about Bones or to view documentation, you can visit the <a href="https://github.com/eddiemachado/bones/issues" title="Bones Issues">Bones Issues</a> page on Github. You'll want to customize this for your clients with your own information.
55
Author: Your Name Here
66
Author URI: http://www.yoururlhere.com
7-
Version: 1.3
8-
Tags: flexible-width, translation-ready, microformats, rtl-language-support
7+
Version: 1.7
8+
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
99
1010
License: WTFPL
1111
License URI: http://sam.zoy.org/wtfpl/
@@ -21,59 +21,88 @@ WHOA, WHOA, WHOA…WHAT HAPPENED HERE?
2121
2222
But before you freak out, let me take a few minutes to explain.
2323
24-
Bones now uses LESS or Sass by default. If you prefer
25-
using regular CSS, then feel free to modify this theme how you like
26-
and keep a copy as your own personal starting point.
24+
Bones now uses Sass by default. If you prefer using regular CSS,
25+
then feel free to modify this theme how you like and keep a copy
26+
as your own personal starting point.
2727
28-
DON'T DISMISS IT JUST YET THOUGH, USING LESS or Sass ISN'T AS
29-
COMPLICATED AS YOU THINK.
28+
DON'T DISMISS IT JUST YET THOUGH, USING Sass ISN'T AS COMPLICATED AS YOU THINK.
3029
3130
It does take a few minutes to wrap your head around, but it will all
3231
be worth it. Need a quick intro? Here are a few quick reads:
3332
33+
http://simplebits.com/notebook/2013/11/13/sass-book/ (BUY THIS)
3434
http://cognition.happycog.com/article/preprocess-this
35-
http://coding.smashingmagazine.com/2011/09/09/an-introduction-to-less-and-comparison-to-sass/
35+
http://viget.com/inspire/sass-a-designers-perspective
36+
http://ianstormtaylor.com/oocss-plus-sass-is-the-best-way-to-css/
37+
http://css-tricks.com/sass-style-guide/
38+
http://net.tutsplus.com/tutorials/html-css-techniques/developing-with-sass-and-chrome-devtools/
3639
37-
I would HIGHLY RECOMMEND, if you are going to be working with
38-
LESS or Sass, that you work locally. Sass isn't readable by a browser
39-
and using a LESS js file to parse it on live sites can make your site sluggish.
40+
I would HIGHLY RECOMMEND, if you are going to be working with Sass, that you work locally.
41+
The browsers don't understand Sass and compiling it on the server takes a bit
42+
of a setup.
4043
4144
That being said, here are a few MUST HAVE TOOLS for working with a
4245
pre-processor: (You really only need one of them)
4346
4447
CodeKit: (Highly Recommended)
4548
http://incident57.com/codekit/
4649
47-
LESS App:
48-
http://incident57.com/less/
49-
5050
Compass App: (Windows / Mac Users)
5151
http://compass.handlino.com/
5252
53-
SimpLESS: (Windows Users)
54-
http://wearekiss.com/simpless
55-
56-
WinLESS: (Windows Users)
57-
http://winless.org/
58-
59-
These applications compile LESS or Sass into valid CSS. This
53+
These applications compile Sass into valid CSS. This
6054
way you can keep your production files easy to read and your
6155
CSS minified and speedy. Simply set the output to the
6256
library/css folder and you are all set. It's a thing of beauty.
6357
58+
You can also setup auto compiling with Grunt or using Terminal on
59+
OSX. It's a bit complicated to setup so if you aren't familiar
60+
with it, just get one of the automated applications.
61+
6462
---------------------------------------------------------------
6563
6664
Remember, once you download Bones it's up to you how to use it,
6765
so go nuts. Set things up and develop in a way that's easiest for
68-
you. If LESS/Sass is still a bit confusing for you, then remove them
66+
you. If using Sass is still a bit confusing for you, then remove it
6967
and customize this template as you see fit.
7068
71-
If you're frustrated with this new direction and don't like change,
72-
take a few minutes and think about how much better a developer you
73-
can become by just TRYING out new technologies. It may be tough at
69+
If you're a bit uneasy about using Sass or just want a familiar setup,
70+
take a few minutes and think about how much better a developer you
71+
can become by just TRYING out new technologies. It may be tough at
7472
first but it WILL make you a better developer. TRUST ME ON THIS. Give
7573
it a week, maybe two, and you will never go back.
7674
75+
If you STILL can't get on board and want to jump ship, that's cool.
76+
Bones is not for everyone and that's ok, I mean I'm not hurt by it,
77+
whatever, I never liked you anyway. Here are some other alternatives
78+
if you're looking for a blank starter theme. I'll just be here waiting
79+
by the window, in case you ever decide to come back.
80+
81+
http://roots.io/starter-theme (way more complex but has a ton of cool features)
82+
http://html5reset.org (super clean and great markup)
83+
https://github.com/viewportindustries/starkers (not sure if it's still active, but still good)
84+
85+
That's it. It's time to jump in and get your hands dirty.
86+
Seriously, why are you still reading this? Get to work!
87+
If you have any issues or problems, you can create an issue on github
88+
or find me on Twitter: @eddiemachado (SHAMELESS PLUG!).
89+
7790
Happy Developing!
7891
92+
(When you're done, you may want to remove all this nonsense before
93+
passing it along to your client.)
94+
7995
******************************************************************/
96+
97+
/*
98+
WordPress Probz
99+
So Theme Check (http://wordpress.org/plugins/theme-check/)
100+
is constantly telling me that it needs these classes in the CSS even
101+
though they are in the REAL stylesheet in library/css/style.css.
102+
So we're gonna drop these here to keep it happy.
103+
Great work, Theme Check (eye roll)
104+
*/
105+
106+
.sticky {} /* DO NOT EDIT THIS */
107+
.gallery-caption {} /* THESE ARE USELESS */
108+
.bypostauthor {} /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

0 commit comments

Comments
 (0)