cd ~/Sites
git clone git://github.com/Varying-Vagrant-Vagrants/VVV.git vagrant-local
vagrant plugin install vagrant-hostsupdater
vagrant plugin install vagrant-triggers
brew install bradp/vv/vv
“I perfectly understand our CSS. I never have any issues with cascading rules. I never have to use !important
or inline styles. Even though somebody else wrote this bit of CSS, I know exactly how it works and how to extend it. Fixes are easy! I have a hard time breaking our CSS. I know exactly where to put new CSS. We use all of our CSS and it’s pretty small overall. When I delete a template, I know the exact corresponding CSS file and I can delete it all at once. Nothing gets left behind.”
You often hear updog saying stuff like this. Who’s updog? Not much, who is up with you?
This is where any fun you might have been having ends. Now it’s time to get serious and talk about rules.
Writing CSS is hard. Even if you know all the intricacies of position and float and overflow and z-index, it’s easy to end up with spaghetti code where you need inline styles, !important rules, unused cruft, and general confusion. This guide provides some architecture for writing CSS so it stays clean and ma
/* CSS to make Twitter on the desktop web a little chiller */ | |
.DashboardProfileCard-statList, | |
.js-mini-profile-stats, | |
.js-tweet-stats-container, | |
.ProfileNav-item--following, | |
.ProfileNav-item--followers, | |
.ProfileTweet-actionCount, | |
.ProfileHeaderCard-joinDateText { | |
opacity: 0.333; |
{ | |
} |
Forked from Chris Bracco's Pen A Simple CSS Tooltip.
A Pen by Captain Anonymous on CodePen.
{ | |
// Full list of supported options and acceptable values can be found here: | |
// https://github.com/csscomb/csscomb.js/blob/master/doc/options.md | |
"config": { | |
"remove-empty-rulesets": true, | |
"always-semicolon": true, | |
"color-case": "lower", | |
"block-indent": " ", | |
"color-shorthand": false, | |
"element-case": "lower", |
{ | |
"binary_file_patterns": | |
[ | |
"*.scssc", | |
"*.codekit", | |
".gitignore", | |
"*.psd", | |
"kirby/", | |
"bower_components/" | |
], |