GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PSASS(1) User Contributed Perl Documentation PSASS(1)

psass - perl sass (scss) compiler

psass [options] [ path_in | - ] [ path_out | - ]

 Options:
   -v, --version                 print version
   -h, --help                    print this help
   -w, --watch                   start watchdog mode
   -p, --precision=int           precision for float output
       --indent=string           set indent string used for output
       --linefeed=type           linefeed used for output [auto|unix|win|none]
   -o, --output-file=file        output file to write result to
   -t, --output-style=style      output style [expanded|nested|compressed|compact]
   -P, --plugin-path=path        plugin load path (repeatable)
   -I, --include-path=path       sass include path (repeatable)
   -c, --source-comments         enable source debug comments
   -l, --line-comments           synonym for --source-comments
       --line-numbers            synonym for --source-comments
   -e, --source-map-embed        embed source-map in mapping url
   -s, --source-map-contents     include original contents
   -m, --source-map-file=file    create and write source-map to file
       --source-map-file-urls    create file urls for source paths
       --source-map-root=.       specific root for relative paths
       --no-source-map-url       omit sourceMappingUrl from output
       --benchmark               print benchmark for compilation time

   Plugins may be pre-installed by CSS::Sass or from 3rd parties.
   There are some options available for each known plugin.

       --all-plugins             enables all known plugins
       --list-plugin             print list of all known plugins
       --[name]-plugin           enables the plugin with [name]
       --no-[name]-plugin        disabled the plugin with [name]

-help
Print a brief help message with options and exits.

This program is a sass (scss) compiler
2021-05-21 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.