1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<refentry>
<refentryinfo>
<address>
<email>debacle@debian.org</email>
</address>
<author>
<firstname>W.</firstname>
<othername>Martin</othername>
<surname>Borgert</surname>
</author>
<copyright>
<year>2013</year>
<holder>W. Martin Borgert</holder>
</copyright>
<date>2013-04-21</date>
</refentryinfo>
<refmeta>
<refentrytitle>pyscss</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="source">pyscss</refmiscinfo>
<refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta>
<refnamediv>
<refname>pyscss</refname>
<refpurpose>Converts Scss files to CSS.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>pyscss</command>
<arg><option>-h</option></arg>
<arg><option>--help</option></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para>
Run <command>pyscss --help</command> for more options.
</para>
</refsect1>
<refsect1>
<title>Example</title>
<para>
<programlisting>
pyscss --no-compress input.scss > output.css
</programlisting>
</para>
</refsect1>
<refsect1>
<title>Copyright for this manual</title>
<para>Copyright 2013 W. Martin Borgert. Redistribution and use in
source and binary forms, with or without modification, are
permitted under the terms of the <abbrev>MIT</abbrev>
License.</para>
</refsect1>
</refentry>
|