-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable building css so that you can run blacklight without sass
- Loading branch information
Showing
3 changed files
with
30 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* Error: Undefined mixin. | ||
* , | ||
* 6 | @include visually-hidden; | ||
* | ^^^^^^^^^^^^^^^^^^^^^^^^ | ||
* ' | ||
* app/assets/stylesheets/blacklight/_mixins.scss 6:7 @content | ||
* bootstrap/scss/mixins/_breakpoints.scss 81:5 media-breakpoint-down() | ||
* app/assets/stylesheets/blacklight/_mixins.scss 5:5 @import | ||
* app/assets/stylesheets/blacklight/_blacklight_base.scss 9:9 @import | ||
* app/assets/stylesheets/blacklight/blacklight.scss 5:9 @import | ||
* app/assets/stylesheets/blacklight/build.scss 4:9 root stylesheet */ | ||
|
||
body::before { | ||
font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", | ||
"Droid Sans Mono", monospace, monospace; | ||
white-space: pre; | ||
display: block; | ||
padding: 1em; | ||
margin-bottom: 1em; | ||
border-bottom: 2px solid black; | ||
content: "Error: Undefined mixin.\a \2577 \a 6 \2502 @include visually-hidden;\a \2502 ^^^^^^^^^^^^^^^^^^^^^^^^\a \2575 \a app/assets/stylesheets/blacklight/_mixins.scss 6:7 @content\a bootstrap/scss/mixins/_breakpoints.scss 81:5 media-breakpoint-down()\a app/assets/stylesheets/blacklight/_mixins.scss 5:5 @import\a app/assets/stylesheets/blacklight/_blacklight_base.scss 9:9 @import\a app/assets/stylesheets/blacklight/blacklight.scss 5:9 @import\a app/assets/stylesheets/blacklight/build.scss 4:9 root stylesheet"; | ||
} |
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,4 @@ | ||
@import "bootstrap/scss/functions"; | ||
@import "bootstrap/scss/mixins/breakpoints"; | ||
@import "bootstrap/scss/variables"; | ||
@import "blacklight"; |
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