This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(breakpoint-sass): removes breakpoint-sass dep, remove bower bui…
…ld, removing vendors file #129 BREAKING CHANGE: breakpoint-sass dep was removed, you hae to include that by your own, bower specific dristribution doesn't exist anymore replace this: ```scss @import "bower_components/dress-code/sass/dress-code" @include dc-everything ``` with: ```scss @import "bower_components/compass-breakpoint/stylesheets/breakpoint" // import required breakpoint sass module/plugin @import "bower_components/dress-code/dist/sass/dress-code" @include dc-everything; ```
- Loading branch information
Showing
11 changed files
with
31 additions
and
123 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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// | ||
// This file is used to generate the distribution css artifacts | ||
// and for the demo | ||
// | ||
|
||
// breakpoint-sass | ||
@import "../../node_modules/breakpoint-sass/stylesheets/breakpoint"; | ||
|
||
@import "./dress-code"; | ||
|
||
@include dc-everything; |
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,4 +1,3 @@ | ||
@import "vendors"; | ||
@import "variables"; | ||
@import "mixins"; | ||
@import "placeholders"; | ||
|
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,4 +1,3 @@ | ||
|
||
// --------------------------------------------------------------------------- | ||
// | ||
// The clearfix | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.