generator-qsextension
Version:
Yeoman generator for Qlik Sense Visualization Extensions
17 lines (12 loc) • 589 B
text/less
// ----------------------------------------------------------------------------
// This is the main Less-file for all styles you want to create
//
// If you want to include files, use the @import command of Less
//
// All results will be generated to src/lib/style.css if you run
// either the "dev" or "release" Grunt task
// ----------------------------------------------------------------------------
.qv-object-<%= prompts.extensionNamespace.toLowerCase()%><%= prompts.extensionNameSafe.toLowerCase()%> {
"variables.less";
"styles.less";
}