Skip to content

Instantly share code, notes, and snippets.

View eliwilliamson's full-sized avatar

Eli Williamson eliwilliamson

View GitHub Profile

Prerequisites

You need to have the latest/LTS node and npm versions installed in order to use Victor Hugo.

Next step, clone this repository and run:

npm install
@eliwilliamson
eliwilliamson / application-portal.css
Created June 21, 2017 19:22
Christ College - Application Portal Styles
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
body {
background: #fbfbfb;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
}
body.main {
background-position: 0 88px;
{"botanicus/ace":{"17142":{"size":59,"stargazers_count":35,"watchers_count":35,"forks_count":5,"open_issues_count":0,"forks":5,"open_issues":0,"watchers":35,"network_count":5,"subscribers_count":3},"17147":{"size":59,"stargazers_count":35,"watchers_count":35,"forks_count":5,"open_issues_count":0,"forks":5,"open_issues":0,"watchers":35,"network_count":5,"subscribers_count":3}},"posativ/acrylamid":{"17142":{"size":7146,"stargazers_count":306,"watchers_count":306,"forks_count":41,"open_issues_count":45,"forks":41,"open_issues":45,"watchers":306,"network_count":41,"subscribers_count":26},"17147":{"size":7146,"stargazers_count":306,"watchers_count":306,"forks_count":41,"open_issues_count":45,"forks":41,"open_issues":45,"watchers":306,"network_count":41,"subscribers_count":26}},"iamfrntdv/adm-dev-kit":{"17142":{"size":294,"stargazers_count":24,"watchers_count":24,"forks_count":5,"open_issues_count":8,"forks":5,"open_issues":8,"watchers":24,"network_count":5,"subscribers_count":2},"17147":{"size":294,"stargazers_cou
.culture {
@include background-opacity($gray-light, 1);
background-color: $gray-light;
background: url('../img/bg-brown-paper.png') top left 70px repeat;
color: $gray-dark;
overflow: hidden;
padding: 4em 0 4.5em 0;
@include media($large) {
background: url("../img/bg-cs-thirty.png") left center no-repeat,
[L1472:C5]
Expected end of value but found 'auto'. Properties should be known (listed in CSS3 specification) or be a vendor-prefixed property. (known-properties)