]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/sass/jamroot.jam
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / example / sass / jamroot.jam
1 #|
2 Copyright 2017 Dmitry Arkhipov
3 Distributed under the Boost Software License, Version 1.0. (See
4 accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt)
6 |#
7
8 css stylesheet1 : singleton.scss : <flags>"--precision 1" ;
9 css stylesheet2 : singleton.sass ;
10 css stylesheet3 : importing.scss : <include>include ;
11 css stylesheet4
12 : singleton.scss
13 : <sass-style>expanded
14 <sass-line-numbers>off
15 ;