vendor assets
This commit is contained in:
@ -10,6 +10,15 @@
|
||||
* files in this directory. Styles in this file should be added after the last require_* statement.
|
||||
* It is generally better to create a new file per style scope.
|
||||
*
|
||||
*= require_tree .
|
||||
*= require_self
|
||||
*/
|
||||
|
||||
@import 'bourbon';
|
||||
@import 'base'; // bitters
|
||||
@import 'neat';
|
||||
|
||||
@import 'core/**/*';
|
||||
@import 'atoms/**/*';
|
||||
@import 'molecules/**/*';
|
||||
// @import 'organisms/**/*';
|
||||
@import 'templates/**/*';
|
||||
@import 'pages/**/*';
|
Reference in New Issue
Block a user