0.1.4 • Published 3 months ago

punkweb-ui v0.1.4

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
3 months ago

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

0.1.4

3 months ago

0.1.3

10 months ago

0.1.1

12 months ago

0.1.0

12 months ago