{"_id":"@basicer/sass-brunch","_rev":"3-3b096e9a6cbbeb5341641e6bd81b1014","name":"@basicer/sass-brunch","description":"Adds Sass support to brunch.","dist-tags":{"latest":"1.9.1"},"versions":{"1.9.1":{"name":"@basicer/sass-brunch","version":"1.9.1","description":"Adds Sass support to brunch.","author":{"name":"Paul Miller","url":"http://paulmillr.com/"},"homepage":"https://github.com/brunch/sass-brunch","keywords":["brunch","brunch-plugin","brunch-compiler","sass","scss","libsass","node-sass"],"repository":{"type":"git","url":"git+ssh://git@github.com/brunch/sass-brunch.git"},"scripts":{"test":"mocha"},"dependencies":{"node-sass":"^3.4.0-beta.2","progeny":"~0.5.1","promise":"^6.0.0"},"devDependencies":{"mocha":"^2.0.1","chai":"^1.9.2"},"gitHead":"78b4233a1cdb3217444caffe52444c15ebcd91a0","bugs":{"url":"https://github.com/brunch/sass-brunch/issues"},"_id":"@basicer/sass-brunch@1.9.1","_shasum":"9bf0aedbab9257bd6655d5a6446ec14908d00e77","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"basicer","email":"npm@basicer.com"},"dist":{"shasum":"9bf0aedbab9257bd6655d5a6446ec14908d00e77","tarball":"https://registry.npmjs.org/@basicer/sass-brunch/-/sass-brunch-1.9.1.tgz","integrity":"sha512-DyBVXW4ITxqVKY8cUsyt9GqwQ7p5plGmhpAUM9WiD9yY2EePAGES1wUGqDMEK80SN8BVs3Kr84VzIcAmhpvf5Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4AEUyp2/jsh/1EtWqryRqIXIrq5LRN781s8LOqID1KQIhALb02i9f9VfTa4B387tWsdAN8UQUpmT5PLoGf0/tYcZf"}]},"maintainers":[{"name":"basicer","email":"npm@basicer.com"}]}},"readme":"## sass-brunch\nAdds Sass support to\n[brunch](http://brunch.io).\n\n## Usage\nInstall the plugin via npm with `npm install --save sass-brunch`.\n\nOr, do manual install:\n\n* Add `\"sass-brunch\": \"x.y.z\"` to `package.json` of your brunch app.\n  Pick a plugin version that corresponds to your minor (y) brunch version.\n* If you want to use git version of plugin, add\n`\"sass-brunch\": \"git+ssh://git@github.com:brunch/sass-brunch.git\"`.\n\n### Options\nThe default compilation method is libsass, with an automatic revert to the sass\nruby gem for `.sass` files or if `compass` is `@import`ed. It is possible to\nset a particular mode regardless of automatic detection. If using a \nlibsass-compatible compass replacement such as\n[compass-mixins](https://github.com/Igosuki/compass-mixins), it is necessary to\nset `native` mode.\n\n```coffeescript\nconfig =\n  plugins:\n    sass:\n      mode: 'ruby' # set to 'native' to force libsass\n```\n\nSet additional include paths:\n```coffeescript\nconfig =\n  plugins:\n    sass:\n      options:\n        includePaths: ['bower_components/foundation/scss']\n```\n\nPrint line number references as comments or sass's FireSass fake media query:\n\n```coffeescript\nconfig =\n  plugins:\n    sass:\n      debug: 'comments' # or set to 'debug' for the FireSass-style output\n```\n\nAllow the ruby compiler to write its normal cache files in `.sass-cache` (disabled by default).\nThis can vastly improve compilation time.\n\n```coffeescript\nconfig =\n  plugins:\n    sass:\n      allowCache: true\n```\n\nTo include the source files' name/path in either debug mode, create a parent file that `@include` your actual sass/scss source. Make sure the source files are renamed to start with an underscore (`_file.scss`), or otherwise exclude them from the build so they don't get double-included.\n\nTo pass any other options to sass:\n\n```coffeescript\nconfig =\n  plugins:\n    sass:\n      options: ['--quiet']\n```\n\nUse sass/compass installed in custom location:\n```coffeescript\nconfig =\n  plugins:\n    sass:\n      gem_home: './gems'\n```\nThis could be useful for the environment which doesn't allow to install gems globally, such as CI server.\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2012-2013 Paul Miller (http://paulmillr.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","maintainers":[{"name":"basicer","email":"npm@basicer.com"}],"time":{"modified":"2022-06-12T15:02:47.309Z","created":"2015-10-22T16:03:29.293Z","1.9.1":"2015-10-22T16:03:29.293Z"},"homepage":"https://github.com/brunch/sass-brunch","keywords":["brunch","brunch-plugin","brunch-compiler","sass","scss","libsass","node-sass"],"repository":{"type":"git","url":"git+ssh://git@github.com/brunch/sass-brunch.git"},"author":{"name":"Paul Miller","url":"http://paulmillr.com/"},"bugs":{"url":"https://github.com/brunch/sass-brunch/issues"},"readmeFilename":"README.md"}