forked from laravel-frontend-presets/tailwindcss
-
Notifications
You must be signed in to change notification settings - Fork 0
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
backstroke-bot
wants to merge
148
commits into
catchup-forks:master
Choose a base branch
from
laravel-frontend-presets:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update from upstream repo laravel-frontend-presets/tailwindcss #1
backstroke-bot
wants to merge
148
commits into
catchup-forks:master
from
laravel-frontend-presets:master
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
…7-support Laravel 5.7 support
Update Tailwind version
Use mix() instead of asset() for css on welcome page
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.
…o be the same as in L7 package.json
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
http://backstroke.us
webhook from your repository.Login with Github
button.Thanks!
Created by Backstroke. I'm a bot!