summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/sass/jamroot.jam
blob: 837477225f56f798e96d3abca264800bb9572720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#|
Copyright 2017 Dmitry Arkhipov
Distributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE.txt or copy at
https://www.bfgroup.xyz/b2/LICENSE.txt)
|#

css stylesheet1 : singleton.scss : <flags>"--precision 1" ;
css stylesheet2 : singleton.sass ;
css stylesheet3 : importing.scss : <include>include ;
css stylesheet4
    : singleton.scss
    : <sass-style>expanded
      <sass-line-numbers>off
    ;