An open API service indexing awesome lists of open source software.

https://github.com/douganderson444/rough-css

Make your CSS a little rough around the edges
https://github.com/douganderson444/rough-css

Last synced: 3 months ago
JSON representation

Make your CSS a little rough around the edges

Awesome Lists containing this project

README

        

# RoughCss

Like `RoughJS` but with `CSS` and `HTML` instead of `JS` and `SVG`.

![Alt text](./example.png 'Example RoughCSS usage')

# Install

From github:

```
npm i github:douganderson444/rough-css
```

# Usage

Svelte:

See `./src/routes/+page.svelte` and `index.svx`

```svelte

// ./src/routes/+page.svelte
import { RoughBox, RoughUnderline } from '@douganderson444/rough-css';

Hello

World

This is all CSS! Edit me!


```
contenteditable={true}
```

@DougAnderson444

Twitter

```

## Packaging

```bash
npm run package
npm publish
```