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)