Skip to content

bakung-ui/bakung.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bakung.css

HTML UI library pure CSS, lightweight, no javascript

Bakung.css versioning is based on the year and month. Version 26.1.0 was launched in January 2026; all future releases, including minor updates, will follow this year/month format, for ex. 27.3.0 is release in March 2027.

INSTALL

npm i @bakung-ui/bakung.css

or

yarn add @bakung-ui/bakung.css

Download

https://github.com/bakung-ui/bakung.css/releases/latest/

CDN

https://app.unpkg.com/@bakung-ui/bakung.css@latest/

https://cdn.jsdelivr.net/npm/@bakung-ui/bakung.css@latest/

REQUIREMENTS

<!DOCTYPE html>
<html lang="">
    <head>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&family=Montserrat:[email protected]&family=Sometype+Mono:[email protected]&display=swap" rel="stylesheet">
        
        <!--
            Put your css files link here
        -->
    </head>
    <body>
    </body>
</html>

CUSTOMIZE

[MAIN FOLDER]
 ├  css                     // Files in here are editable
 |    ├  _variables.css     // Especially this one
 |    └  _bakung.css        // You can also edit this, though only to a limited extent
 └  dist                    
      ├  _bakung.min.css    // without variables
      ├  bakung.css
      └  bakung.min.css     // you shall use this for production

Feel free to customize files in the css folder especially _variables.css file.

To customize the styles to your preference, make sure @bakung-ui/minimax.css is installed , then you can either modify the minimax.css files directly or apply overrides within _variables.css and _bakung.css file.

After making changes, run command npm run build to build your changes, check your new build files in dist folder.

When changing the font-family in your CSS, ensure you also update the corresponding font link in the HTML <head>.

Browser support

  • Chromium*
  • Firefox
  • Safari

Contributing

Please read the contribution guidelines in order to make the contribution process easy and effective for everyone involved.

image image ![changelog]