Skip to content

ArcRain/sciter-bulma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sciter-bulma

Bulma CSS for Sciter

Requirement

Usage

  1. Copy file sciter-bulma.css in dist to your project.

  2. Include it in your html file like this: <link rel="stylesheet" href="../../dist/sciter-bulma.css" />

  3. If you want to use FontAwesome 6 in SciterJS, copy folder sciter-fontawesome in vendors 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. ***

Demos

You can use usciter.exe to load demo files. All the demos are from Bulma Documentation with same or little changes.

Known Issues

The effects in SciterJS is as consistent as possible with it's in Chrome, but they still have a little differences in some cases.

How to compile from source files

  • Compile sciter-bulma.sass with sass tools to generate sciter-bulma.css when make changes.

  • In sciter-bulma.css :

    • replace "*;" with *;
    • replace "1*;" with 1*;
    • replace "5*;" with 5*;

Reference & Acknowledgment

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.

About

Bulma CSS for Sciter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages