Commit ec65c813463a936d2d23fcef33916e958f8d560d
using css modules instead of sheetify
Michael Williams committed on 12/31/2015, 5:30:32 AMParent: 51f5f8f504793351faa020ae6f5b8826c175aceb
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -8,9 +8,9 @@ | ||
8 | 8 | |
9 | 9 | - task runner: [npm scripts](http://substack.net/task_automation_with_npm_run) |
10 | 10 | - client bundler: [browserify](https://github.com/substack/browserify-handbook) |
11 | 11 | - es6/jsx transform: [babelify](https://www.npmjs.com/package/babelify) |
12 | - - css transform: [sheetify](https://www.npmjs.com/package/sheetify) | |
12 | + - css transform: [cssify](https://www.npmjs.com/package/cssify) and [css-modules-require-hook](https://www.npmjs.com/package/css-modules-require-hook) | |
13 | 13 | - configuration: [evalify](https://www.npmjs.org/package/evalify) |
14 | 14 | - bulk require: [bulkify](https://www.npmjs.org/package/bulkify) |
15 | 15 | - utility functions: [ramda](http://ramdajs.com/docs/) |
16 | 16 | - directory structure: |
Built with git-ssb-web