Keep deprecated form location working

Use the old form.sass location as an alias for the new files.
This commit is contained in:
Bodo Graumann 2019-05-29 10:15:20 +02:00 committed by GitHub
parent 01a1321e12
commit 082c4fb6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,3 @@
@warn "The form.sass file is DEPRECATED. It has moved into its own /form folder. Please import sass/form/_all instead."
@import "../form/_all.sass"