Less Framework 4 grid PDFs to wireframe and sketch
Recently I did some frontend development with Less Framework 4, Compass and the Less Framework Plugin for Compass. I wanted to do some more sites with the Less Framework and needed PDFs for printing and sketching but couldn’t find any. That’s why I wrote a small Ruby script utilizing the Prawn gem to create these PDFs for me. Feel free to use and fork my little script.
1 2 | source :rubygems gem ‘prawn’ |
