1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-09 14:47:08 +02:00

Add todos

This commit is contained in:
Kognise
2019-04-05 04:22:45 -04:00
parent 4bc95fc5f0
commit 301e8a1c78
2 changed files with 9 additions and 3 deletions

View File

@@ -45,3 +45,9 @@ Water.css can be greatly improved if people in the community help make it better
Have any questions or concerns? Did I forget an element or selector? Does something look ugly? Feel free to submit an issue.
If people are interested I'll make a Jekyll theme with Water.css and possibly an NPM package, I'd love any help with that.
## Todos
- Check image styles
- Improve inputs in light theme
- Support `placeholder`

View File

@@ -2,7 +2,7 @@
<html lang='en'>
<head>
<title>Water.css</title>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/gh/kognise/water.css@master/water.min.css'>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/gh/kognise/water.css@latest/water.min.css'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src='https://www.googletagmanager.com/gtag/js?id=UA-116663597-6'></script>
@@ -57,7 +57,7 @@
<input type='submit'>
</form>
<input disabled label='This is disabled'>
<input readonly label='This is readonly'>
<input disabled placeholder='This is disabled'>
<input readonly placeholder='This is readonly'>
</body>
</html>