Starter Example
See original GitHub issueHey @bradlc ,
I just made a react starter with this lib. I was struggling integrating this with create-react-app
previously.
Do you think it would be a good idea putting react-tailwind-emotion-starter on readme?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
The best 202 starter sentence examples - YourDictionary
How to use starter in a sentence. Example sentences with the word starter. The most voted sentence example for starter is A self...
Read more >Use These Sentence Starter Tips to Strengthen Your Writing
Below you'll find examples of sentence starters relevant to specific contexts. Topic sentence starters for essays. Topic sentences are like the ...
Read more >Examples of starter - Cambridge Dictionary
Examples of starter in a sentence, how to use it. 100 examples: By the end of the third year only 50% of the...
Read more >Examples of 'starter' in a sentence - Collins Dictionary
Examples from Collins dictionaries. A car's starter is basically an electric motor. Of the 10 starters, four were eliminated or retired.
Read more >Getting Started | Building an Application with Spring Boot
For example, if Thymeleaf is on your path, Spring Boot automatically adds a ... testImplementation('org.springframework.boot:spring-boot-starter-test')
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
Hi, @bradlc . Yeah. that could work too. 👍
Last time I tried with babel macros. It takes the
tailwind.js
from root project/talwind.js
. Butcreate-react-app
can only import files within/src
.And then I try write the config in
.babel-plugin-macrosrc.js
, so that the macro importtailwind.js
from/src/tailwind.js
. Which doesn’t seems to work too . Also, this config feature is still experimental.Yeah, I published some lib after using your lib