diff options
Diffstat (limited to 'node_modules/postcss-cli/bin/postcss')
-rwxr-xr-x | node_modules/postcss-cli/bin/postcss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/postcss-cli/bin/postcss b/node_modules/postcss-cli/bin/postcss new file mode 100755 index 0000000..d40abef --- /dev/null +++ b/node_modules/postcss-cli/bin/postcss @@ -0,0 +1,3 @@ +#!/usr/bin/env node + +require('../') |