You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone wants to use Bower to install Sassline, and then use bower_compents\sassline\assets\sass as a location to look for items being imported they'd have to use the generic @import "style" which is not very descriptive and would lend itself to importing in the wrong file from a different directory.
style.scss should be renamed to sassline.scss.
See how the following mixin libraries follow this same pattern:
Since this may be a breaking change for those who explicitly targeted bower_compents\sassline\assets\sass\style.scss you should include a major version bump from v2.1.2 to v3.0.0.
The text was updated successfully, but these errors were encountered:
@TheJaredWilcurt I’ll think on this. This isn’t the direction I wanted to take the project, it is more of a boilerplate / starting point than an add-on unit. I can see the benefit of the route though.
@jakegiltsoff I was just adding mixin libraries to Scout-App 2, and was going to include this one out of the box by default, but couldn't do it with "style" as the name.
If it isn't meant to be used as a dependency I can just remove it from the list.
If someone wants to use Bower to install Sassline, and then use
bower_compents\sassline\assets\sass
as a location to look for items being imported they'd have to use the generic@import "style"
which is not very descriptive and would lend itself to importing in the wrong file from a different directory.style.scss
should be renamed tosassline.scss
.See how the following mixin libraries follow this same pattern:
@import "buttons";
@import "saffron";
@import "sassmatic";
@import "scut";
@import "su";
@import "susy";
@import "susyone";
@import "andy";
@import "typesettings";
@import "animate";
@import "compass";
@import "lemonade";
@import "style";
@import "sassy-buttons";
@import "bluebird";
@import "sass-easing";
@import "breakpoint";
@import "css3-mixins";
@import "cssowl";
@import "spice";
@import "bourbon-deprecated-upcoming";
@import "bourbon";
@import "neat";
Since this may be a breaking change for those who explicitly targeted
bower_compents\sassline\assets\sass\style.scss
you should include a major version bump fromv2.1.2
tov3.0.0
.The text was updated successfully, but these errors were encountered: