Closed fdcastel closed 2 years ago
@fdcastel If you're pretty sure of this, create a PR.
This seems like it should work, however using both methods (yours proposed above and the current docs with separate bs-theme.scss) I'm seeing the behavior similar to #20 with the superhero there: "No mixin named box-shadow". Using the spacelab theme I get different mixin errors. Any ideas @larsw ?
Hi,
Sorry, I haven't looked into this for a while.
--larsw
@wphampton Do you have a public example repository, by any chance?
I do not, sorry. I ended up taking a different approach when I could not figure it out. It could have been user error so please don't hold the issue open solely on my one comment above. Thanks!
I believe the recipe for Incorporating Bootswatch themes could be simplified to:
1) Install Bootswatch
2) Add to
.bootstraprc
:replacing
<THEME>
with the name of chosen theme (e.g.superhero
).Doing this way there's no need to create any additional files nor directories.
Could somebody please test this? Do you see any problems doing this way?
Pinging: @larsw
Related: #20