Baedda / floating-form-labels

jQuery plugin that makes inline form labels usable again.
28 stars 18 forks source link

Can you plase upload a CSS version? #24

Closed jaimestuardo closed 5 years ago

jaimestuardo commented 5 years ago

Hello, I cannot use SASS in my ASP.NET MVC site. Can you upload a CSS version of the styles?

Thanks Jaime

michaelworm commented 5 years ago

Hello Jaime,

I'd suggest using Sassmeister (https://www.sassmeister.com) or any other online Sass playground where you could transpile it yourself and integrate the css output manually.

Greetings Miw0

Am Do., 22. Nov. 2018, 20:12 hat jaimestuardo notifications@github.com geschrieben:

Hello, I cannot use SASS in my ASP.NET MVC site. Can you upload a CSS version of the styles?

Thanks Jaime

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Baedda/floating-form-labels/issues/24, or mute the thread https://github.com/notifications/unsubscribe-auth/ADpASSDm5Js3Gyxcl7DjseIhMB356hu4ks5uxvcXgaJpZM4Yvz82 .

Baedda commented 5 years ago

Hi @jaimestuardo, the reason why we do not have a transpiled css inside the package is that the reserved space depends on your project styling. We cannot guess how the value for "top" has to be in your case. This is why Sass is a dependency here.

Baedda commented 5 years ago

@jaimestuardo was this understable? Can I close this issue?

jaimestuardo commented 5 years ago

Yes.. you can close it..... finally, I have implemented my own floating labels, using only CSS... not JavaScript and it works perfectly.

thanks anyway.

Cheers Jaime