File: less2scss.1

package info (click to toggle)
python-pyscss 1.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 6,324 kB
  • ctags: 1,780
  • sloc: python: 12,626; ansic: 1,544; makefile: 157; sh: 30; xml: 4
file content (53 lines) | stat: -rw-r--r-- 1,564 bytes parent folder | download
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
'\" t
.\"     Title: less2scss
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\"      Date: 2016-07-23
.\"    Manual: User Commands
.\"    Source: less2scss
.\"  Language: English
.\"
.TH "LESS2SCSS" "1" "2016\-07\-23" "less2scss" "User Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
less2scss \- Converts Less files to Scss\&.
.SH "SYNOPSIS"
.HP \w'\fBless2scss\fR\ 'u
\fBless2scss\fR [\fB\-h\fR] [\fB\-\-help\fR]
.SH "DESCRIPTION"
.PP
Run
\fBless2scss \-\-help\fR
for more options\&.
.SH "EXAMPLE"
.PP
.if n \{\
.RS 4
.\}
.nf
	less2scss input\&.less > output\&.scss
      
.fi
.if n \{\
.RE
.\}
.sp