sassline
sassline copied to clipboard
Rename style.scss to something safer
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
.
@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.