Skip to content

Punkweb/punkweb-ui

Repository files navigation

punkweb-ui

A lightweight CSS framework used by Punkweb projects.

punkweb-ui can be used as a standalone CSS file or as a modular SCSS system.

Usage

Standalone CSS

  • 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" />

SCSS

npm install punkweb-ui

Then import the SCSS file in your project:

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

Development

npm install
npm start

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

About

Lightweight CSS framework used by Punkweb projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages