Wip.
This commit is contained in:
parent
4f8b4810a6
commit
4ba004f350
5
src/dist/css/main.bundle.css
vendored
5
src/dist/css/main.bundle.css
vendored
File diff suppressed because one or more lines are too long
19
src/dist/index.html
vendored
19
src/dist/index.html
vendored
@ -10,12 +10,19 @@
|
||||
<section class="hero is-primary">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<h1 class="title">
|
||||
Mark Macneil
|
||||
</h1>
|
||||
<h2 class="subtitle">
|
||||
Primary subtitle
|
||||
</h2>
|
||||
<div class="columns is-mobile is-centered is-vcentered">
|
||||
<div class="column is-half">
|
||||
<figure class="image is-128x128">
|
||||
<img class="is-rounded" src="https://bulma.io/images/placeholders/256x256.png">
|
||||
</figure>
|
||||
<!-- <h1 class="title">
|
||||
Mark Macneil
|
||||
</h1>
|
||||
<h2 class="subtitle">
|
||||
Primary subtitle
|
||||
</h2> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -25,14 +25,13 @@ $control-border-width: 2px;
|
||||
$input-border-color: transparent;
|
||||
$input-shadow: none;
|
||||
|
||||
//@import "~bulma/bulma"; // - import everything;
|
||||
// Import only what you need from Bulma
|
||||
@import "../node_modules/bulma/sass/utilities/_all.sass";
|
||||
@import "../node_modules/bulma/sass/base/_all.sass";
|
||||
@import "../node_modules/bulma/sass/elements/button.sass";
|
||||
@import "~bulma/bulma"; // - import everything;
|
||||
// Alternatively...import only what you really need from Bulma
|
||||
/*
|
||||
@import "../node_modules/bulma/sass/elements/container.sass";
|
||||
@import "../node_modules/bulma/sass/elements/image.sass";
|
||||
@import "../node_modules/bulma/sass/elements/title.sass";
|
||||
@import "../node_modules/bulma/sass/form/_all.sass";
|
||||
@import "../node_modules/bulma/sass/components/navbar.sass";
|
||||
@import "../node_modules/bulma/sass/layout/hero.sass";
|
||||
@import "../node_modules/bulma/sass/layout/section.sass"
|
||||
*/
|
Loading…
Reference in New Issue
Block a user