File: assets/styles/importer.less

Recommend this page to a friend!
  Classes of Alien Fernandez   Seed Sails Angular   assets/styles/importer.less   Download  
File: assets/styles/importer.less
Role: Example script
Content type: text/plain
Description: Example script
Class: Seed Sails Angular
Full stack framework based on Sails, Node, Angular
Author: By
Last change: Update of assets/styles/importer.less
Date: 2 years ago
Size: 874 bytes
 

Contents

Class file image Download
/** * 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.