Post as a guest Name. Email Required, but never shown. The Overflow Blog. Podcast An oral history of Stack Overflow — told by its founding team. Millinery on the Stack: Join us for Winter Summer? Bash, ! Featured on Meta. New responsive Activity page. Related Hot Network Questions. Find centralized, trusted content and collaborate around the technologies you use most. Connect and share knowledge within a single location that is structured and easy to search.
I am trying to use bulma framework, but I only need the grid part, sadly it's all in sass and I don't know how to get only the css part. You can use node-sass to build the CSS version of the column grid you are referring to.
Use npm to download the bulma package. Then create a separate file that imports the mixins. Finally, run node-sass to get you shiny new CSS file. Prerequisites: you need to have node-sass installed: npm install -g node-sass. Stack Overflow for Teams — Collaborate and share knowledge with a private group.
Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Add a comment. Active Oldest Votes. Improve this answer.
In Vue. This works great in Visual Studio Code when you also enable the extension "Live Server" to run at the same time. No need to install and configure Webpack for something thats not robust, especially if you simply want a do a crash course with Bulma alone. It's CSS only. Bulma is a CSS framework. So you can add it just in your index. What if I'm using it in a back-end framework. What is the bulma path for it? Hope I helped you! As he mentioned, you can add the link in your static index file — Satej S.
Is this practice used in production level as well or is it just for development purpose? Darwin Darwin 3 3 silver badges 4 4 bronze badges. Using webpack, you can use aliases — Omkar. I can edit my answer if this is what you suggest — dnhyde. No, look at relative paths vs aliases. Node js automatically picks up node modules, so you dont have to provide a complete path.
Either ways, even if its not from node modules, its recommended to use aliases provided by module bundlers to reduce the nesting of paths. If you want to get started right away , you can use this HTML starter template.
This page is open source. Noticed a typo? Or something unclear? Improve this page on GitHub. The official Bulma book. Bulma start.
0コメント