mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 16:28:50 +01:00
Add the ability to conditionally use bootstrap
Elements should be wrapped in the bootstrap class to use this feature
This commit is contained in:
parent
a896576b70
commit
212dd69514
1 changed files with 5 additions and 0 deletions
|
|
@ -14,3 +14,8 @@
|
|||
*= require_tree ../../../vendor/assets/stylesheets
|
||||
*= require tracks
|
||||
*/
|
||||
|
||||
.bootstrap {
|
||||
@import "bootstrap-sprockets";
|
||||
@import "bootstrap";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue