mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 12:35:03 +01:00
4b6b15b1ab
This just bumps up the font size a bit, to help emphasize that these pages are special and make them look less bare. Closes #276
14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
---
|
|
title: Command-Line Interface
|
|
introduction: >
|
|
Different implementations of Sass have different interfaces when using them
|
|
from the command line:
|
|
overview: true
|
|
---
|
|
|
|
* [Dart Sass](cli/dart-sass) has the same command-line interface no matter how
|
|
you [install it](/dart-sass).
|
|
|
|
* [Ruby Sass](cli/ruby-sass) is [deprecated](/ruby-sass), and we recommend you
|
|
move to a different implementation.
|