From 1ed335f34c38fcf73b41babfe5871c08e6ce0915 Mon Sep 17 00:00:00 2001 From: Gautam Kumar Date: Mon, 9 Apr 2018 14:09:45 +0530 Subject: [PATCH] Add - how to import CSS file in project (#1776) * Add - how to import CSS file in project Just thought it should be in readme as new learners frequently ask how to import the css after npm installation. * Update as suggested. Moved the import snippets block between "Bower" and "CDN". --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e8492cbd..bd0893d8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Bulma is constantly in development! Try it out now: ```sh npm install bulma ``` + **or** ### Yarn @@ -32,6 +33,13 @@ yarn add bulma bower install bulma ``` +### Import +After installation, you can import the CSS file into your project using this snippet: + +```sh +import 'bulma/css/bulma.css' +``` + ### CDN [https://cdnjs.com/libraries/bulma](https://cdnjs.com/libraries/bulma)