A lightweight CSS framework used by Punkweb projects.
punkweb-ui can be used as a standalone CSS file or as a modular SCSS system.
- Download the latest release from the releases page and include the minified CSS file in your HTML:
<link rel="stylesheet" href="/path/to/punkweb-ui.min.css" />npm install punkweb-uiThen import the SCSS file in your project:
@import 'punkweb-ui/scss/punkweb-ui';npm install
npm startThis will watch SCSS files for changes and run lite-server for hot reloading