You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
874 B
30 lines
874 B
/** |
|
* 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. |
|
* |
|
* The LESS files imported below are compiled and included in the order |
|
* they are listed. Mixins, variables, etc. should be imported first |
|
* so that they can be accessed by subsequent LESS stylesheets. |
|
* |
|
* (Just like the rest of the asset pipeline bundled in Sails, you can |
|
* always omit, customize, or replace this behavior with SASS, SCSS, |
|
* or any other Grunt tasks you like.) |
|
*/ |
|
|
|
|
|
|
|
// 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.
|
|
|