Skip to content

Commit c5581e2

Browse files
v1.0.1
1 parent 17bc785 commit c5581e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Bulletproof CSS-only implementation of Float Label pattern with automatic fallba
2828

2929
Include `float-label.min.css`:
3030
```html
31-
<link rel="stylesheet" href="https://cdn.rawgit.com/tonystar/float-label-css/v1.0.0/dist/float-label.min.css"/>
31+
<link rel="stylesheet" href="https://cdn.rawgit.com/tonystar/float-label-css/v1.0.1/dist/float-label.min.css"/>
3232
```
3333

3434
Use `<label>` with `.has-float-label` class as a wrapper for `<input>` <sup>**v1.0.1+**</sup>:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "float-label-css",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Bulletproof CSS-only implementation of Float Label pattern with automatic fallback for ANY non-supporting browser.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)