077731495c
Bootstrapのカスタムcssを別のファイルに移動する
12 lines
239 B
SCSS
Vendored
12 lines
239 B
SCSS
Vendored
// Bootstrap
|
|
@import "~bootstrap/scss/bootstrap";
|
|
@import "bootstrap-custom";
|
|
|
|
// Open Iconic
|
|
@import "~open-iconic/font/css/open-iconic-bootstrap";
|
|
|
|
// Legacy app styles
|
|
@import "tissue.css";
|
|
|
|
// Components
|
|
@import "components/link-card"; |