{"_id":"stylus-blueprint","_rev":"5-411fde3cfab4500bf8d237bbaf6fe783","name":"stylus-blueprint","description":"Blueprint CSS framework ported to Stylus","dist-tags":{"latest":"0.2.1"},"versions":{"0.1.0":{"name":"stylus-blueprint","description":"Blueprint css framework ported to stylus","version":"0.1.0","repository":{"url":"https://github.com/brianc/stylus-blueprint"},"author":{"name":"Brian Carlson","email":"brian.m.carlson@gmail.com"},"main":"./lib","directories":{"lib":"."},"engines":{"node":"*"},"_id":"stylus-blueprint@0.1.0","_engineSupported":true,"_npmVersion":"0.3.17","_nodeVersion":"v0.4.2","files":[""],"_defaultsLoaded":true,"dist":{"shasum":"3caee4241109616fb7349b7fb9ed58f7ad29d1b1","tarball":"https://registry.npmjs.org/stylus-blueprint/-/stylus-blueprint-0.1.0.tgz","integrity":"sha512-OaszeKL04tjbWpZYNpfs5FV/wO5nZC5WQlXRHdurrz5Sif1pXs/x9dQbUIT+C/xHCo20bNYy91OaYfi8UJr6Rw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDe8FUlP7AkDQUXHSesaJer9gcJeEuvemFh834gaAQhLwIgZvr9RMXcFUjTja7C6PhVe/4lWdeVs1NDTPf7GMd+qG8="}]}},"0.2.0":{"name":"stylus-blueprint","description":"Blueprint css framework ported to stylus","version":"0.2.0","repository":{"url":"https://github.com/brianc/stylus-blueprint"},"author":{"name":"Brian Carlson","email":"brian.m.carlson@gmail.com"},"main":"./lib","directories":{"lib":"."},"engines":{"node":"*"},"dependencies":{},"devDependencies":{},"_id":"stylus-blueprint@0.2.0","_engineSupported":true,"_npmVersion":"1.0.5","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"fa12fb9714041d9f42ddfd39c730a9dd196a9015","tarball":"https://registry.npmjs.org/stylus-blueprint/-/stylus-blueprint-0.2.0.tgz","integrity":"sha512-ytzjxafuGHJMjLJJJUs9FOx9kvNtOc6RPdBeXOKZEw2ak0x3vuQISjwjmT4uA0wPOGwBovC2x2TKqvR6lXDC1Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZZnLnFBU6BACyDdz303dk8Y+dvIC2iVWeZgFrg8h6bAIgAUTj5PJHLZDBLiAw6hSDwxk/OE29xQ9zvnemyN039ck="}]},"scripts":{}},"0.2.1":{"name":"stylus-blueprint","description":"Blueprint CSS framework ported to Stylus","version":"0.2.1","repository":{"type":"git","url":"git://github.com/brianc/stylus-blueprint.git"},"author":{"name":"Brian Carlson","email":"brian.m.carlson@gmail.com"},"licenses":[{"type":"Modified MIT","url":"https://raw.github.com/joshuaclayton/blueprint-css/master/LICENSE"}],"dependencies":{"stylus":">= 0.1.0"},"main":"./lib/index.js","engines":{"node":"*"},"keywords":["stylus","blueprint","framework","css","style","stylesheets"],"_npmUser":{"name":"brianc","email":"brian.m.carlson@gmail.com"},"_id":"stylus-blueprint@0.2.1","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.12","_nodeVersion":"v0.6.14","_defaultsLoaded":true,"dist":{"shasum":"bbeb84ba5164c667a9ef0c5cc89ce8128e245bbb","tarball":"https://registry.npmjs.org/stylus-blueprint/-/stylus-blueprint-0.2.1.tgz","integrity":"sha512-64WTTtwZCuvRdNH7/7ywE68//FowBzBlYB64r/ximi7p0MoXyt90jprjA8ijPgWYR7OBra29EyGBp4IeJgPOyg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSQry4syV43QYBYiKW6FHNsk2cH/mO9dNFDmS/6ETNGQIgRbTtNyisMhSV4EiNdDE5iQsfGYyKKbXdiCT0Tcw2kOM="}]},"maintainers":[{"name":"brianc","email":"brian.m.carlson@gmail.com"}]}},"maintainers":[{"name":"brianc","email":"brian.m.carlson@gmail.com"}],"time":{"modified":"2022-06-27T01:42:58.531Z","created":"2011-04-05T21:59:18.006Z","0.1.0":"2011-04-05T21:59:18.241Z","0.2.0":"2011-07-09T17:04:45.155Z","0.2.1":"2012-04-12T03:23:11.883Z"},"author":{"name":"Brian Carlson","email":"brian.m.carlson@gmail.com"},"repository":{"type":"git","url":"git://github.com/brianc/stylus-blueprint.git"},"readme":"# stylus-blueprint\n\nA quasi-port of the compass approach to blueprint.css framework using stylus.  You can utilize mixins within your own `.styl` files to get access to the blueprint grid, form, and other fun things without having to resort to the very non-semantic, inflexible \"span-x\" \"prepend-x\" class names.\n\n## Use\n\njavascript - just add it to stylus's paths:\n\n    stylus(content).set('paths',[require('stylus-blueprint')]).render(....)\n\n\nin your .style files:\n\n    @import blueprint\n    #container\n      container()\n      #nav\n        span 6\n      #content\n        span 18\n\n\n## Examples\n\nThere are some examples under the test/ directory.  I'm working on doing the gh-pages for a better demo...but for now, just clone the repo and do:\n\n    cd test\n    node server.js\n\nAnd then point your browser to localhost:3001\n\n## Note\n\nhttps://github.com/visionmedia rocks node (like a boss)\n","readmeFilename":""}