/usr/share/javascript/rebar/less/app.less is in libjs-rebar 0.3.2~dfsg1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | /* Your Groovy Application v0.0.0
* Designed by You and built using Rebar by @brennannovak
* http://yourgroovyappplication.com
*/
/* Global App - include before config file to specify custom fonts or backgrounds */
@import "app/webfonts.less";
@import "app/icons.less";
@import "app/backgrounds.less";
/* Config - change settings in this file for the look and feel of your style */
@import "config.less";
/* Bower */
@import (less) "../bower_components/animate.css/animate.css";
@import "../bower_components/less-elements/elements.less";
/* App */
@import "app/web.less";
@import "app/tablet.less";
@import "app/mobile.less";
|