Bulma CSS for Sciter
-
SciterJS SDK (5.0.2.5 or higher)
-
sciter fontawesome (Optional)
-
Copy file
sciter-bulma.css
indist
to your project. -
Include it in your html file like this:
<link rel="stylesheet" href="../../dist/sciter-bulma.css" />
-
If you want to use FontAwesome 6 in SciterJS, copy folder
sciter-fontawesome
invendors
to your project.Then include it like this:
<link rel="stylesheet" href="../../vendors/sciter-fontawesome/fontawesome.css" />
*** Please see demo files if you need more samples. ***
You can use usciter.exe
to load demo files. All the demos are from Bulma Documentation with same or little changes.
The effects in SciterJS is as consistent as possible with it's in Chrome, but they still have a little differences in some cases.
-
Compile
sciter-bulma.sass
with sass tools to generatesciter-bulma.css
when make changes. -
In
sciter-bulma.css
:- replace
"*;"
with*;
- replace
"1*;"
with1*;
- replace
"5*;"
with5*;
- replace
Sciter - Build cross platform desktop applications with HTML, CSS and javascript.
Bulma - Bulma is a modern CSS framework based on Flexbox.
sciter fontawesome - Fontawesome 6 support for sciter.js.