{
  "name": "fluidity",
  "description": "A fluid semantic grid system and lightweight css framework for Stylus",
  "version": "0.1.5",
  "repository": {
    "type": "git",
    "url": "git://github.com/InkSpeck/fluidity.git"
  },
  "devDependencies": {
    "connect": "1.x",
    "jade": "0.26.x",
    "stylus": "0.27.x",
    "coffee-script": "1.3.x",
    "which": "1.0.x"
  },
  "author": {
    "name": "Kris Hedges",
    "email": "kris@inkspeck.com"
  },
  "main": "lib/fluidity.js",
  "engines": {
    "node": "*"
  },
  "readme": "Fluidity CSS\n============\nA Modern CSS3 & HTML5 Framework for Node.js & Stylus\nProvides A Fluid and Semantic Grid System, Transparent Mixins for CSS3 Syntax, and Base Typography and UI element styles.\n\nWhat it is?\n==========\nFluidity is an extremely lightweight CSS framework made for web designers who want a framework simple enough to quickly express their ideas, smart enough to help with the mundane, and lean enough to stay out of the way when the time comes to do some serious design.\n\nIt's built using the awesome Stylesheet language Stylus and all the super powers it has for working with CSS. Fluidity contains a complete CSS reset, some base-line typography, a grid system that can be used semantically or with inline classes to create both fluid-width and fixed-width designs, a collection of transparent mixins that gracefully handle browser pre-fixes for CSS3 properties, and it also has some optional modules for forms and common UI elements.\n\nInstall ( Quickstart )\n=======\n___For Complete Documentation visit [FluidityCSS.com](http://fluiditycss.com/)___\n\nAssumes you already have an up-to-date and working Node.js environment.\n\nMake sure you have stylus installed.\n~~~ sh\nnpm install stylus -g\n~~~\n\nInstall Fluidity in your Project\n~~~ sh\nnpm install fluidity\n~~~\n\nIf you are using Connect Assets you can begin using Fluidity within your stylus files use the @import rule provided by Stylus\n~~~\n@import \"fluidity\"\n~~~\n\nYou should also be able to process .styl files into CSS at the commandline with the stylus command. \nIn order for stylus to find Fluidity you can use the \"--use\" switch.\n~~~ sh\n stylus file.styl --use ../fluidity/lib/fluidity\n~~~",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/InkSpeck/fluidity/issues"
  },
  "_id": "fluidity@0.1.5",
  "_from": "fluidity@latest"
}
