From 4550dc214ebf0a8b04a464fb27fb6eb7a426740e Mon Sep 17 00:00:00 2001 From: Yannick Date: Wed, 8 Apr 2020 13:59:08 +0200 Subject: [PATCH] Add bulma css helpers --- app/assets/stylesheets/application.css.scss | 3 ++- app/views/home/index.html.erb | 2 +- app/views/layouts/application.html.erb | 2 +- package.json | 1 + yarn.lock | 5 +++++ 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index 3f248e1..3ad7b6e 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -36,4 +36,5 @@ $family-secondary: 'Comfortaa', cursive; body { min-height: 100vh; -} \ No newline at end of file +} +@import 'bulma-helpers/bulma-helpers' \ No newline at end of file diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 5be9a9b..75d1488 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,6 +1,6 @@