Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christoph-jerolimov/fixme.css
https://github.com/christoph-jerolimov/fixme.css
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/christoph-jerolimov/fixme.css
- Owner: christoph-jerolimov
- Created: 2020-06-28T00:07:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T12:27:17.000Z (over 4 years ago)
- Last Synced: 2025-01-17T02:10:59.065Z (9 days ago)
- Language: CSS
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```