From 133d47d624426a11b61796eff6435a77f9e3d99b Mon Sep 17 00:00:00 2001 From: Michael Grigoryan <56165400+MichaelGrigoryan25@users.noreply.github.com> Date: Fri, 16 Oct 2020 14:26:56 +0400 Subject: [PATCH] Update README.md "@" sign was missing in the documentation. Added it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73db23d6..de2ffafa 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ bower install bulma After installation, you can import the CSS file into your project using this snippet: ```sh -import 'bulma/css/bulma.css' +@import 'bulma/css/bulma.css' ``` ### CDN