This repository has been archived by the owner on May 27, 2022. It is now read-only.
Releases: zaknesler/tailwind-preset
Releases · zaknesler/tailwind-preset
v1.3.1
v1.3.0
Changelog
- Update Tailwind from
0.7.0
to0.7.2
- Ensure that the
password.request
route is defined when showing reset link (laravel/framework#26459)
v1.2.0
v1.1.1
v1.1.0
Changelog
- Check if register route is enabled (laravel/laravel#4775)
v1.0.0
Changelog
- Upgrade
less
from3.0
to3.8
. - Style the "remember me" checkbox.
- Install the files to the
resources
directory rather than theresources/assets
directory. - Add
verify.blade.php
view for Laravel 5.7 email verification. - Clean up self-closing tags.
- Remove
maximum-scale
anduser-scalable
from viewport meta tag. - Change wording to "sign in" and "sign up" instead of "login" and "register."
- Remove semicolons from JavaScript files.
- Clean up
app.less
file (remove comments). - Inline the
html
andbody
height classes. - Use
h1
tag on welcome page.