Skip to content

Punkweb/punkweb-ui

Repository files navigation

punkweb-ui

CSS Framework for Punkweb.

The primary goal of this project is to create a CSS framework that can be used for the following use cases:

  • As a standalone minified CSS file, for projects using only browser CSS
  • As a modular system for projects using SCSS.

Usage

Standalone CSS

  • Download the latest release from the releases page and include the minified CSS file in your project.
  • Include the CSS file in your HTML file:
<link rel="stylesheet" href="/path/to/punkweb-ui.min.css" />

SCSS

npm install punkweb-ui

Full import

@import "punkweb-ui/scss/punkweb-ui";

Individual components

TODO

Development

npm install
npm start

This will watch SCSS files for changes and run lite-server for hot reloading