basal

0.1.5 • Public • Published

Basal

npm version

A lightweight, css microframework. Minimal by design.

Installation

npm i basal

Then from within your project you can either import the partials

@import '<npm location>/basal/src/scss/<partial>'

Or import and bundle the default styles.

import 'basal/dist/basal.css'

Development

This is an intentionally simple package with low complexity. As such there are no associated tests or linters in place.

To make changes

Fork the repo https://github.com/ollo/basal and clone it locally.

Install the dependencies

npm install

Run node-sass in watch mode for live reloading when package is linked.

npm run dev

Build minified version for production.

npm run build

License

MIT

Thanks to the following:

Crafted with <3 by Joshua Ray (@ollomedia).

/basal/

    Package Sidebar

    Install

    npm i basal

    Weekly Downloads

    5

    Version

    0.1.5

    License

    MIT

    Unpacked Size

    33.8 kB

    Total Files

    21

    Last publish

    Collaborators

    • ollo