Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/christoph-jerolimov/fixme.css


https://github.com/christoph-jerolimov/fixme.css

Last synced: about 11 hours ago
JSON representation

Awesome Lists containing this project

README

        

# fixme.css

Add the `fixme.css` to your html header and check your website.
Search for red dashed borders which indicate different HTML issues.

## Use unpkg CDN

```html

```

## Alternative hosts which provides the latest css file

### GitHub

```html

```

## Or use npm to install it locally

```bash
npm install --save fixme.css
```

If you use an package which can handle css import:

```typescript
import 'fixme.css';
```

Otherwise you need to copy it to your static/dist folder:

```
cp node_modules/fixme.css/fixme.css public/
```