Quickly generate custom placeholder images for your design and development projects.
Builds on the fakeimg.pl service.
Almost all of the styles come from Primer CSS utility classes. There is some custom CSS that gets compiled with Sass along with the third-party dependencies.
- Install Sass globally:
npm install -g sass
orbrew install sass/sass/sass
- Compile manually after changes:
sass scss/main.scss css/main.css
V1 of this project was built on CodeKit but when I did V2 I just smashed everything into main.js.