Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from upstream repo laravel-frontend-presets/tailwindcss #1

Open
wants to merge 148 commits into
base: master
Choose a base branch
from

Conversation

backstroke-bot
Copy link

Hello!
The remote laravel-frontend-presets/tailwindcss has some new changes that aren't in this fork.

So, here they are, ready to be merged! 🎉

It's also worth noting that you're using an old version of Backstroke. At your earliest
convenience, please update to a newer version! Here's how:

  1. Remove the http://backstroke.us webhook from your repository.
  2. Visit https://backstroke.co/, and click the big Login with Github button.
  3. Create a link mirroring the Backstroke setup you had previously.

Thanks!


Created by Backstroke. I'm a bot!

michaeldyrynda and others added 30 commits May 9, 2018 21:28
* switch to use laravel-mix-tailwind

* exclude laravel-mix from package.json so we can explicitly define required version

* change main.css to app.css to be consistent with default Laravel install

* update readme

* update command info

* Remove comments for LESS/SASS preprocessing.

The `laravel-mix-tailwind` plugin handles this for us, so there's
nothing exceptional you need to do if you want to use `mix.less()` or
`mix.sass()` any more.
…ault-tailwind-config

Better default Tailwind config
Use mix() instead of asset() for css on welcome page
yaelahan and others added 30 commits March 5, 2020 07:57
Due to the removal of `tailwindcss-auth` macro the `tailwindcss` macro
will always run `TailwindCssPreset::installAuth()`. This is in large
part because how macro's work and the `UiCommand::macro('tailwindcss')`
getting overwritten by `AuthCommand::macro('tailwindcss')`.

This commit assumes that just having one macro of `tailwindcss` is the
acceptable use moving forward. With that said, this commit check the
command option auth flag and if it's true will correctly install all the
auth presets.

This commit also removes the call to the `install()` method on the
TailwindCssPreset::installAuth method as this should always be called on
the macro.
Upgraded tailwindcss to ^1.2 and laravel mix to ^5.0
According to the original Laravel welcome view.
Remove unnecessary closing round bracket
Hello,

The encrypted parameter was changed to 'useTLS', but in version 2 of 'Laravel / ui', they use the 'forceTLS' parameter.
// https://github.com/laravel/ui/blob/2.x/src/Presets/bootstrap-stubs/bootstrap.js

Regards
Replaces the class from the previous version of tailwindcss
Replace useTLS for forceTLS in echo config.
[bugfix] Anchor is not having pointer cursor on verification resend link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.