-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Board 24-25 #39
Open
joshdelg
wants to merge
11
commits into
cs4good:master
Choose a base branch
from
ashnakhetan:board2425
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Board 24-25 #39
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Usage: sass <input.scss> [output.css] sass <input.scss>:<output.css> <input/>:<output/> <dir/> ━━━ Input and Output ━━━━━━━━━━━━━━━━━━━ --[no-]stdin Read the stylesheet from stdin. --[no-]indented Use the indented syntax for input from stdin. -I, --load-path=<PATH> A path to use when resolving imports. May be passed multiple times. -s, --style=<NAME> Output style. [expanded (default), compressed] --[no-]charset Emit a @charset or BOM for CSS with non-ASCII characters. (defaults to on) --[no-]error-css When an error occurs, emit a stylesheet describing it. Defaults to true when compiling to a file. --update Only compile out-of-date stylesheets. ━━━ Source Maps ━━━━━━━━━━━━━━━━━━━━━━━━ --[no-]source-map Whether to generate source maps. (defaults to on) --source-map-urls How to link from source maps to source files. [relative (default), absolute] --[no-]embed-sources Embed source file contents in source maps. --[no-]embed-source-map Embed source map contents in CSS. ━━━ Warnings ━━━━━━━━━━━━━━━━━━━━━━━━━━━ -q, --[no-]quiet Don't print warnings. --[no-]quiet-deps Don't print compiler warnings from dependencies. Stylesheets imported through load paths count as dependencies. --[no-]verbose Print all deprecation warnings even when they're repetitive. --fatal-deprecation Deprecations to treat as errors. You may also pass a Sass version to include any behavior deprecated in or before it. See https://sass-lang.com/documentation/breaking-changes for a complete list. [abs-percent] Passing percentages to the Sass abs() function. [bogus-combinators] Leading, trailing, and repeated combinators. [call-string] Passing a string directly to meta.call(). [color-module-compat] Using color module functions in place of plain CSS functions. [duplicate-var-flags] Using !default or !global multiple times for one variable. [elseif] @elseif. [function-units] Passing invalid units to built-in functions. [moz-document] @-moz-document. [new-global] Declaring new variables with !global. [null-alpha] Passing null as alpha in the JS API. [slash-div] / operator for division. [strict-unary] Ambiguous + and - operators. --future-deprecation Opt in to a deprecation early. [import] @import rules. ━━━ Other ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -w, --watch Watch stylesheets and recompile when they change. --[no-]poll Manually check for changes rather than using a native watcher. Only valid with --watch. --[no-]stop-on-error Don't compile more files once an error is encountered. -i, --interactive Run an interactive SassScript shell. -c, --[no-]color Whether to use terminal colors for messages. --[no-]unicode Whether to use Unicode characters for messages. --[no-]trace Print full Dart stack traces for exceptions. -h, --help Print this usage information. --version Print the version of Dart Sass. instead of (deprecated). Fixed missing semicolons in that were preventing sass compilation
…file pictures that are wrong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.