release: 0.1.16 build css...

This commit is contained in:
07akioni 2019-06-14 15:25:50 +08:00
parent 2cece50349
commit 40693b22f2
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "0.1.15",
"version": "0.1.16",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -14,6 +14,7 @@
color: #fff;
font-family: 'Open Sans';
width: 100%;
caret-color: #63E2B7;
&::placeholder {
color: rgba(255, 255, 255, .4);
opacity: 1;
@ -31,6 +32,7 @@
color: #fff;
font-family: 'Open Sans';
width: 100%;
resize: vertical
resize: vertical;
caret-color: #63E2B7;
}
}