Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dev.css
When you're templating and routing it's helpful to see html elements labeled and and visible even if they're empty while still being able to interact with the webpage. `Dev.css` does exactly that, as well as displays the current ids and classes assigned to each element. Add it to your `<head>` like this:

```html
<link rel="stylesheet" type="text/css" href="https://rawgit.com/JSlote/dev.css/master/dev.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/JSlote/dev.css@master/dev.css">
```