Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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));