Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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