25 lines
575 B
Plaintext
25 lines
575 B
Plaintext
/**
|
|
* importer.less
|
|
*
|
|
* By default, new Sails projects are configured to compile this file
|
|
* from LESS to CSS. Unlike CSS files, LESS files are not compiled and
|
|
* included automatically unless they are imported below.
|
|
*
|
|
* For more information see:
|
|
* https://sailsjs.com/anatomy/assets/styles/importer-less
|
|
*/
|
|
|
|
|
|
// For example:
|
|
//
|
|
// @import 'variables/colors.less';
|
|
// @import 'mixins/foo.less';
|
|
// @import 'mixins/bar.less';
|
|
// @import 'mixins/baz.less';
|
|
//
|
|
// @import 'styleguide.less';
|
|
// @import 'pages/login.less';
|
|
// @import 'pages/signup.less';
|
|
//
|
|
// etc.
|