pluche

Smart utilities for readable code

Usage no npm install needed!

<script type="module">
  import pluche from 'https://cdn.skypack.dev/pluche';
</script>

README

Pluche Utilities

The Pluche Library with JS, Scss and HTML utilities.

Installation

Using npm:

$ npm install -i --save pluche

Usage

Styles

In scss files:

// load everything
@import './node_modules/pluche/index.scss';

// OR

// available scss utils
@import './node_modules/pluche/styles/global.scss';
@import './node_modules/pluche/styles/placement.scss';
@import './node_modules/pluche/styles/spacing.scss';