Preflight merging/extending strategy
See original GitHub issueI think it’s reasonable to assume one might want to expand on or modify the default Tailwind preflight but native Tailwind doesn’t currently provide a way to do this. So twind gets the luxury of doing it first! I’d like to open up a discussion about how that feature might look.
My first thought would be to possibly provide an extend
key which could behave similarly to theme.extend
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Preflight - FAA
Prior to every flight, pilots should gather all information vital to the nature of the flight, assess whether the flight would be safe,...
Read more >How Preflights Changed Our World - Scott MacLellan
Make code, create pull request, pass the preflight, merge, run CI, ... We have extended tests which require more hardware or special tools....
Read more >Deliver Pre-Flight Checks - Slate Knowledge Base
"Warning: Recipient field does not contain a merge field", The recipient field in the message contains a static email address or addresses, ...
Read more >Configuration and Theming - Twind
For maximum compatibility and ease of adoption, theming in Twind works exactly the same as theming in Tailwind. Here is an example of...
Read more >kubeadm init phase | Kubernetes
Run pre-flight checks for kubeadm init using a config file. kubeadm ... "patchtype" can be one of "strategic", "merge" or "json" and they ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With v0.13.0 this should be written as:
Just tw.apply:
Or using template literal:
Just tw.apply:
Or using template literal: