Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View lotestudio's full-sized avatar

Valentin Tsanev lotestudio

View GitHub Profile
@lotestudio
lotestudio / .zshrc
Created July 9, 2016 20:28
Tell OS X which version of php to use
export PATH=/usr/local/php5/bin:$PATH
/*CSS*/
.text {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 16px; /* fallback */
max-height: 64px; /* fallback */
-webkit-line-clamp: 4; /* number of lines to show */
-webkit-box-orient: vertical;