-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(view sub-generator): add inserting a new view's sass file `@impo…
…rt` to at an ordered position in '_views.sass' Add documentation to '_views.sass'
- Loading branch information
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
// | ||
// Please note that this file is likely to be modified by bat:view sub-generator runs . | ||
// | ||
// You are, however, welcome to edit this file. | ||
// | ||
// When doing so, it will probably be best to stick to a one-`@import`-statement-per-line discipline and not much else. | ||
// Even though the sub-generator will take care not to break things, it likely isn't /f(?:ul|oo)l-proof/. | ||
// | ||
@import "views/_index" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters