@import "true";
@import "~@elioway/god/stylesheets/functions/no_means_no";
@import "~@elioway/god/stylesheets/functions/strip_unit";
@import "~@elioway/god/stylesheets/mixins";
@include test-module("adon") {
  // test for requirement **god**
  @import "~@elioway/god/test/functions/thereisagod"; 
  // test for requirement **eve**
  @import "~@elioway/eve/test/functions/godcreatedeve"; 
  // // Test for itself that other test suites could call for **adon** as a requirement
  @import "functions/godcreatedadon";
  // Test for itself that other test suites could call for **adon** as a requirement
  @import "./functions/_i_am.scss";
}
