Skip to content

Commit 008c455

Browse files
committed
v1.0.2
1 parent 63c4882 commit 008c455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Bulletproof CSS-only implementation of Float Label pattern with automatic fallba
3030

3131
Include `float-label.min.css`:
3232
```html
33-
<link rel="stylesheet" href="https://cdn.rawgit.com/tonystar/float-label-css/v1.0.1/dist/float-label.min.css"/>
33+
<link rel="stylesheet" href="https://cdn.rawgit.com/tonystar/float-label-css/v1.0.2/dist/float-label.min.css"/>
3434
```
3535

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "float-label-css",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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)