In your command-line run the following commands:
brew doctor
brew update
default: &default | |
adapter: postgresql | |
pool: 5 | |
timeout: 5000 | |
host: localhost | |
username: vagrant | |
password: vagrant | |
development: | |
<<: *default |
/* From big tablets to 1200px (widths smaller then the 1140px row) */ | |
@media only screen and (max-width: 1200px) { | |
.row { | |
padding: 0 2%; | |
} | |
section { | |
padding-top: 2%; | |
} | |
} |
/* -------------------------------------------------------------------------------------- */ | |
/* BASIC SETUP */ | |
/* -------------------------------------------------------------------------------------- */ | |
* { | |
/* default css reset */ | |
padding: 0; | |
margin: 0; | |
box-sizing: border-box; | |
} |
In your command-line run the following commands:
brew doctor
brew update