# pa-bulma

> partial application of bulma

Latest version **1.0.0** (published 2020-11-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install pa-bulma
pnpm add pa-bulma
yarn add pa-bulma
bun add pa-bulma
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-11-18 |
| First published | 2020-11-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 286 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | t-kojima |
| Maintainers | t-kojima |

## Links

- npm: https://www.npmjs.com/package/pa-bulma
- Repository: https://github.com/t-kojima/pa-bulma
- Homepage: https://github.com/t-kojima/pa-bulma#readme
- Issues: https://github.com/t-kojima/pa-bulma/issues
- npm.io page: https://npm.io/package/pa-bulma

## Recent versions

- 1.0.0 (latest) — 2020-11-18

## README

# pa-bulma

Partical application of bulma

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Getting Started

1. npmにインストールする

```sh
yarn add pa-bulma
```

2. cssをインポートする

```js
import 'pa-bulma/css/bulma.min.css'
```

3. bulmaを適用したい要素に`.bluma`クラスを付加する

```html
<div class="bulma">
  <button class="button is-primary">Primary</button>
</div>
```

## Why use?

npmからインストールした[bulma](https://www.npmjs.com/package/bulma)をそのまま利用した場合、内部でcss resetを利用している為、他のcssに干渉する場合があります。

pa-bulmaでは`.bulma`クラスを付加したエレメント配下にのみbulmaを適用します。その為、他のcssへの干渉を防ぐことが可能です。

## Acknowledgments

本パッケージの仕組みは @latica-jp によって作成されています。心より感謝申し上げます。

---
_Source: https://npm.io/package/pa-bulma · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
