Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use with Sass #8

Open
muhaimincs opened this issue Jan 29, 2019 · 1 comment
Open

How to use with Sass #8

muhaimincs opened this issue Jan 29, 2019 · 1 comment

Comments

@muhaimincs
Copy link

I want to use Bulma as my CSS but how do I import their Sass file

@FenixDeveloper
Copy link

yarn add node-sass lasso-sass bulma

In main layout, page or component add style

style.scss {
  @import "node_modules/bulma/bulma.sass";
}

Build with lasso for example
lasso --main client.js --plugins lasso-marko lasso-sass --inject-into index.html

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants