Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

sass.js 273B

12345678
  1. #!/usr/bin/env node
  2. // Copyright 2016 Google Inc. Use of this source code is governed by an
  3. // MIT-style license that can be found in the LICENSE file or at
  4. // https://opensource.org/licenses/MIT.
  5. var index = require('./sass.dart.js');
  6. index.run_(process.argv.slice(2));