App skeleton
This commit is contained in:
24
assets/styles/importer.less
Normal file
24
assets/styles/importer.less
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* 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.
|
||||
Reference in New Issue
Block a user