egoist / vue-autosize-textarea

automatically adjust textarea height.
32 stars 6 forks source link

Make the newly inserted css styles !important #2

Open gijo-varghese opened 6 years ago

gijo-varghese commented 6 years ago

vue-autosize-textarea add the following properties to textarea right:

{
    resize: none;
    overflow: hidden;
    height: 32px;
}

For my project, I've to use http://cleanslatecss.com/ which make every css !important. So the height is already set as !important and hence vue-autosize-textarea isn't working for me. Is there any way to make it !important?