Тёмный

Tailwind CSS Tutorial #1 - Intro & Setup 

Net Ninja
Подписаться 1,6 млн
Просмотров 803 тыс.
50% 1

In this tailwind css tutorial we'll take a look at what tailwind css is, how to use it & set up a new project.
🐱‍👤🐱‍👤 JOIN THE GANG -
/ @netninja
----------------------------------------
🐱‍💻 🐱‍💻 My Udemy Courses:
+ Modern JavaScript - www.thenetninj...
+ Vue JS & Firebase - www.thenetninja...
+ D3.js & Firebase - www.thenetninj...
🐱‍💻 🐱‍💻 Course Files:
+ github.com/iam...
+ Full html template - github.com/iam...
🐱‍💻 🐱‍💻 Other Related Free Courses:
+ • HTML & CSS Crash Cours...
Download node.js - nodejs.org/en/
Get VS Code - code.visualstu...

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 552   
@harunaoseni555
@harunaoseni555 3 года назад
I love how this dude teaches like it's everyone's first time programming.
@Kevthedev00
@Kevthedev00 3 года назад
He's personally my favorite instructor. I said it in this video. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-DgGPrnN2Q2c.html
@tmgs1986
@tmgs1986 3 года назад
It’s definitely needed and appreciated. It also makes me feel like he knows what he is talking about.
@animeprogrammer
@animeprogrammer 3 года назад
Just completed the whole series, and I recommend whoever is starting right now to complete it. Thanks Shaun for taking time to make it happen!
@avtar2565
@avtar2565 Год назад
Does it covers everything,i mean i watched 4 hours css and build simple projects,still find something missing so i went to free code camp and learning their 6hours course,,,, so if it has all or you had other suggestions Pls rely bro
@jannickpedersen4620
@jannickpedersen4620 Год назад
I have to complete it, got it as a mandatory assignment, with a portfolio site xD
@animeprogrammer
@animeprogrammer Год назад
@@avtar2565 css is always first, try learning through Mozilla developer for everything. Tutorials generally cover enough basics to get you going and learn on your own.
@avtar2565
@avtar2565 Год назад
@@animeprogrammer bro i just finished to grid box and flex box , now from tomorrow I will start advance like animation and other stuff, although i practiced every module, the execution of full web is bit touch i mean it will take time to think like developer how to use each and every part
@kstarczak
@kstarczak 2 года назад
I updated the installation instructions as of 7/20/22: Follow the video until 6:43, then run the following in the terminal: npm install -D tailwindcss npx tailwindcss init Open the 'tailwind.config.js' file you just created and edit 'content' so that the file reads: module.exports = { content: ["./public/**/*.{html,js}"], theme: { extend: {}, }, plugins: [], } Save the file. Skip to 7:45 and copy and paste the @tailwind code as directed. When the video gets to 10:32, delete the initial script as instructed, but add the following script instead: "build-css": "npx tailwindcss -i src/styles.css -o public/styles.css" Continue to follow along with the video. Hope that helps!
@ArnabJhaYT
@ArnabJhaYT 2 года назад
thank you so much kind sir
@darhvid
@darhvid Год назад
It didn't work for me. It's showing specified input file src/styles.css does not exist. Please can you help
@ArnabJhaYT
@ArnabJhaYT Год назад
@@darhvid create a folder inside your current folder (where you're working right now) and name it "src". inside that folder, create a file named "styles.css"
@darhvid
@darhvid Год назад
@@ArnabJhaYT Thank you but now its showing "No utility classes were detected"
@sistudios2388
@sistudios2388 Год назад
@@darhvid i am having the same problem pal
@muhammedismail8299
@muhammedismail8299 4 года назад
No way! My friend was just telling me about how awesome Tailwind is, like a few days ago And I was like man I wish Net Ninja did a tutorial about it.
@laurabennis3871
@laurabennis3871 4 года назад
saaame, this dude has super powers xD
@MananGouhari
@MananGouhari 4 года назад
Fate eh!? On a serious note man, tailwind is killer stuff
@jaymishra1781
@jaymishra1781 3 года назад
@tailwind base; @tailwind components; @tailwind utilities; This is giving me error and my style.css file inside public folder is also empty after building and compiling the styles. css file in sec folder
@mazenhassan2011
@mazenhassan2011 5 месяцев назад
Guys!! just go to tailwind docs and follow the installation process and then start on with the series because it's still super relevant in terms of CSS concepts and techniques! Not outdated at all like others say.
@introvertsgo
@introvertsgo 4 года назад
I've started a new front end role this week with a company using Tailwind, and you so happen to be doing a tutorial on it. Total Win!
@NetNinja
@NetNinja 4 года назад
Awesome - good luck in your new job :)
@introvertsgo
@introvertsgo 4 года назад
@@NetNinja Thanks. I've just recommended your channel on a react users discord. I was asked what resources were a great help getting the new job.
@laithacademy
@laithacademy 4 года назад
I am actually working with tailwind at work and other than Brad's, I couldn't really find a good tutorial. So glad that you are making one! You pumping out content like a boss
@cherieecoco
@cherieecoco 4 года назад
So I just heard about Tailwind five days ago, started my learning two days ago, and was pleasantly surprised to find out you're still making a series of tuts videos on it. I hate to imagine how learning Tailwind would have been without you. Thank you, Shaun. Keep up the good work, you're much appreciated!
@NetNinja
@NetNinja 4 года назад
Thank you :)
@MananGouhari
@MananGouhari 4 года назад
How's your tailwind journey going so far?
@mahmoudtokura
@mahmoudtokura 4 года назад
Woke up this morning to this. It is going to be a good week.
@MananGouhari
@MananGouhari 4 года назад
Where there's tailwind, there's happiness.
@Web-Dev-Codi
@Web-Dev-Codi Год назад
I have been racking my brain trying to understand tailwinds responsive classes. Thanks to you and your teaching style I have a better grasp with it now. I appreciate your contribution to the dev community and I'm happy you take the time to make us all better at what we do. 🙏
@oscarmartinlive
@oscarmartinlive 4 года назад
Hey Shaun, I love what you’re doing with The Net Ninja. Shouting out to you from Nigeria, Africa
@jameschibu7470
@jameschibu7470 4 года назад
My fellow Nigerian 😇😇
@rahatfaruk2218
@rahatfaruk2218 2 года назад
I am completely new in tailwind. I have just completed this whole series and now I am feeling super confident about using it in projects. Thanks a lot, man ❤
@itsnobledean9450
@itsnobledean9450 Год назад
How you finish this series on the first video? Why do people lie so much?
@mikkun_
@mikkun_ Год назад
@@itsnobledean9450 since this is a playlist, maybe after the last video. He came back here to comment.
@itsnobledean9450
@itsnobledean9450 Год назад
@@mikkun_ there are a number of people on the third video stating nothing is working, so I doubt that. Literally none of the styles were working, so why don’t you go ahead and do it and tell me how and where you got stuck without the styles.
@mikkun_
@mikkun_ Год назад
@itsnobledean9450 Everything works as is. I just tried it. If the styles doesn't work, maybe because you haven't built your css. In the first video, you have setup a script which you can run using "npm run build-css" or much better as stated in the latest docs installation "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch. The --watch flag basically builds the css every time there is a change. Correct me if I don't understand your problem.
@mikkun_
@mikkun_ Год назад
@itsnobledean9450 I also saw your other comments. Please do note that you shouldn't fully rely on these videos as these are not always the updated version. These are years ago. Better read the docs. Everything is listed there, along with the template. You just need to search (literally). If you want the font weight, then search it. It'll show you the template font-{weight}
@Ryan-ff2db
@Ryan-ff2db 4 года назад
Tailwind is one of those frameworks I've been hearing about for some time but have never had the chance to play around with it. This will be interesting.
@muhammadahmedjaved7691
@muhammadahmedjaved7691 4 года назад
I wonder what you are eating these days Can't believe tutorial after tutorial for free Keep up the hard work but have rest Looking forward to an updated Vue.js course from you
@MananGouhari
@MananGouhari 4 года назад
Vuejs is love.
@ajitsakri9888
@ajitsakri9888 4 года назад
he is mrbeast of coders
@lynako-as8448
@lynako-as8448 Месяц назад
My french teacher recommended us a video that was long and complicated (the youtuber prob assumed everyone knew basic steps so he either skipped them or didnt even mention them). Luckily, I m fluent in english so I foudn your channel and Hope has started brighting in my heart since. Thank you for your work, you are making a difference in people' careers
@NetNinja
@NetNinja Месяц назад
Thank you. What a lovely comment :) that means so much and I'm very happy for you! Glad to have you on board with Net Ninja!
@_V__.
@_V__. 4 года назад
Hey man, don’t forget to take some time off now and then ;) However, this is much appreciated!
@NetNinja
@NetNinja 4 года назад
Will do, thanks :)
@MananGouhari
@MananGouhari 4 года назад
How consistently and hard this man works is humbling
@magaticharles6732
@magaticharles6732 3 года назад
@@NetNinja just finished css, and I am new to frameworks especially Tailwind I have some concerns. 1.Do I need to download the depencies for every project on my local machine? or I can just copy the sytles.css with the dependecies to the new project folder. 2. What if I need to separate my Tailwind just like my normal css?
@pablofonseca8867
@pablofonseca8867 4 года назад
Thanks ninja! I really love your channel, I recommend to my friends your videos, amazing!
@NetNinja
@NetNinja 4 года назад
Thank you :)
@continuouslearner
@continuouslearner 9 месяцев назад
7:50 For development purposes, you can simply use tailwind CDN in the html. There is no need to compile and do all these steps. Of course these are needed for production deployment, but if someone wants to learn tailwind fast, better to just use CDN.
@mantassuminas8774
@mantassuminas8774 3 года назад
styles.css tailwind unknown css rule, install extension PostCSS Language support. and if you want that npm run build-css would work install in terminal "npm install tailwindcss postcss autoprefixer" you can build utilities css file with out script like that in terminal "npx tailwindcss-cli@latest build -o styles.css"
@mayankarya2830
@mayankarya2830 3 года назад
thanks man
@lilith420_
@lilith420_ 3 года назад
Thank you :D
@user-to9kf9xo2h
@user-to9kf9xo2h Год назад
by far your tutorial is what i have been searching for since morning 🥰🥰
@lukas.webdev
@lukas.webdev Год назад
I just posted a Tailwind CSS Tutorial for Beginners (in 2023) ... What do you think about my version? second best? 😉
@tenc6491
@tenc6491 Год назад
Hi Ninja, thank you for this highly informative and perfect step-by-step setup tutorial. Honestly, I've watched at least 10 different setup tutorials, but none clicked until I checked yours. Precise and clear explanation. Thanks again!
@lukas.webdev
@lukas.webdev Год назад
I just posted a Tailwind CSS Tutorial for Beginners (in 2023) ... What do you think about my version? second best? 😉
@KenAdams-sn8yd
@KenAdams-sn8yd 6 месяцев назад
I was surfing the you tube searching for a good tailwind CSS tutorial and guess what? I ended up with the channel who already made my flutter journey memorable and easy. Thanks bro ! Even though this playlist is 3 years old, I like to watch if it's yours.
@noorbashavinny2114
@noorbashavinny2114 6 месяцев назад
was it worth to watch this?
@KenAdams-sn8yd
@KenAdams-sn8yd 6 месяцев назад
@@noorbashavinny2114 yes, but i guess you should have basic knowledge in css
@ivanheinzer6829
@ivanheinzer6829 3 года назад
Thanks for the Tutorial series! I had to install autoprefixer and postcss manually to get it to work. npm install tailwindcss + npm install autoprefixer + npm install postcss
@abhiyudaibhakuni4957
@abhiyudaibhakuni4957 4 года назад
Net Ninja you are on fire. Whenever I think of any framework, you just upload their tutorial. It's like you are reading our minds
@bijayaadhikari442
@bijayaadhikari442 4 года назад
This is what I was waiting for. Love your content.🥰
@NetNinja
@NetNinja 4 года назад
Thank you :)
@badripaudel77
@badripaudel77 3 года назад
Already implemented tailwind css , now here comes one of my favorite instructors on youtube. #thenetninja
@unicusmedia695
@unicusmedia695 4 года назад
You're no super ninja. You are SENSEI. Thank you so much for empowering us with these ninja skills. Your delivery is stellar , you make things easy to understand. Thank you Shaun!
@ankushchavhan1332
@ankushchavhan1332 2 года назад
Dude , I have no words for your teaching style. I have learnt a lot from you , keep going 👍
@IAmSamuelCharpentier
@IAmSamuelCharpentier 3 года назад
The latest documentation says to install tailwindcss@latest postcss@latest autoprefixer@latest as developement dependencies, not just tailwind. It also requires a PostCSS config with tailwind and autoprefixer plugins. If you are having issues, go read the documentation. It is very well made
@prafulrane3591
@prafulrane3591 Год назад
Anyone in 2023?
@defabc2648
@defabc2648 Год назад
Is this course outdated?
@prafulrane3591
@prafulrane3591 Год назад
@@defabc2648 not at all
@lukas.webdev
@lukas.webdev Год назад
I just posted a Tailwind CSS Tutorial for Beginners (in 2023) ... This should be exactly what you are looking for... 😉
@adamdavies4232
@adamdavies4232 Год назад
🙌
@Quephara
@Quephara Год назад
No, we skipped
@devcore1
@devcore1 9 месяцев назад
🎯 Key Takeaways for quick navigation: 00:00 🌟 *Introduction to Tailwind CSS Tutorial* - Introduction to the Tailwind CSS tutorial series. - Mention of channel support options and tutorial structure. 00:43 📚 *Explanation of Tailwind CSS* - Description of Tailwind CSS as a utility-first framework. - Comparison with other CSS frameworks like Bootstrap and Materialize. 01:25 🛠️ *Building Components with Tailwind* - How to build custom components using Tailwind's utility classes. - Flexibility and uniqueness in design compared to other frameworks. 02:21 🖥️ *Practical Application of Tailwind* - Tailwind's application in building a simple web page. - Overview of the tutorial's focus areas like typography, spacing, and responsive design. 03:20 💡 *Prerequisites for Learning Tailwind* - Necessary knowledge of HTML and CSS before starting Tailwind. - Reference to additional resources for learning HTML and CSS. 03:48 ⚙️ *Setting Up Tailwind via NPM* - Installing Tailwind using Node Package Manager (NPM). - Requirements for installation including Node.js. 05:28 🖋️ *Initializing the Project with VS Code* - Starting a new project and setting up directories for Tailwind. - Use of Visual Studio Code as the recommended text editor. 06:24 📝 *Creating and Building the CSS File* - Steps to create and build the CSS file using Tailwind. - Importance of package.json in tracking dependencies. 07:20 🎨 *Understanding Tailwind's Workflow* - Explanation of Tailwind's processing of source and output files. - Emphasis on the use of utility classes in HTML. 08:45 📁 *Organizing Source and Public Folders* - Creating and organizing source and public folders in the project. - Description of the purpose of each folder. 10:07 🔄 *Processing Tailwind CSS File* - Process of transforming the source CSS file into an output file. - Setting up build scripts in package.json for Tailwind. 12:26 🖥 *Starting HTML Page Creation* - Transition to creating the HTML page in the next tutorial. - Brief overview of the HTML page setup process. 12:52 🌐 *Accessing Course Files and GitHub Repo* - Availability of course files for each tutorial lesson on GitHub. - Instructions on how to access specific lesson files on GitHub. Made with HARPA AI
@jidaasare7021
@jidaasare7021 4 года назад
Thank you so much, Shaun. you are an amazing tutor. Watching everything with the ads inclusive.
@NetNinja
@NetNinja 4 года назад
Thank you so much :)
@tesla1772
@tesla1772 4 года назад
Back to back non stop series🔥... Thanks ninja ❤️
@adeisaac
@adeisaac 4 года назад
To be honest, I saw this Tailwind css thing floating, but now that you are covering it, hey why not, I am in.
@smyhk2883
@smyhk2883 2 года назад
Tailwind has updated their build script. Just change the package.json script to: "build-css": "tailwindcss -i src/styles.css -o public/styles.css --watch" --watch will auto-detect changes and rebuild the css.
@lukas.webdev
@lukas.webdev Год назад
Thanks for sharing! 😉
@altback
@altback Год назад
Thanks
@machinelearningone2635
@machinelearningone2635 3 года назад
Tailwind pairs so perfectly with Vue as they both are meant to create components from scratch! Love your work!
@samip4sure
@samip4sure 4 года назад
Mr. net ninja you had my curiosity, you had my attention and you will always have my respect. Thank you very much!
@RNMERIA
@RNMERIA 4 года назад
Thank you Shaun, the super Ninja. Approaching 12 months of paid subscription, soon I will too have a full faced ninja in my name
@NetNinja
@NetNinja 4 года назад
Hey, thanks so much, I really appreciate it! :)
@allandacasin9041
@allandacasin9041 3 года назад
I came from the end of this tutorial series and took this on one set. Excellent content!
@gabrielgherman87
@gabrielgherman87 4 года назад
Is this the best channel of RU-vid? For framework in frameworks, no matter for how long it loops, it keeps returning True ;)
@alistairmorris462
@alistairmorris462 3 года назад
A really well thought out course - especially for those just starting out with Tailwind, like myself. Thank you Jonin!
@abhayganti8662
@abhayganti8662 3 года назад
Sensei, I love your content more than I can express to you. I mean I just get a series for whatever I want on your channel. I just love it. Thank you so so much for making my coding journey and experience so awesome !!!
@NetNinja
@NetNinja 3 года назад
Thanks so much :)
@techienomadiso8970
@techienomadiso8970 3 года назад
I hit like before I watch, your content is always FIRED UP!
@NetNinja
@NetNinja 3 года назад
Thank you :D
@ansarqazi4377
@ansarqazi4377 2 года назад
Awsome. You're are a great programmer. Very effective way of teaching and describing everything.
@StrictlyTango
@StrictlyTango 3 года назад
Thank you Net Ninja, clear, precise and a wonderful example of how to do a teaching video!
@marie_705
@marie_705 4 года назад
Was searching RU-vid for a good Tailwind tutorial, when suddenly a wild ninja appeared and helped me! Thanks man, that's a great job you are doing here! Keep on the amazing stuff, you're a great teacher! :D
@phonghoanggia9181
@phonghoanggia9181 3 года назад
In the future, when I succeed, I will never forget you, my great teacher!!
@alquinex
@alquinex 3 года назад
You are a gem, thank you so much for sharing your knowledge with us. It would be great if you could please do some playlist like this on Chakra UI.
@dev688
@dev688 3 года назад
Hey! Whoever Got this **Module not found** Problem run this command first to install tailwindcss: `npm install tailwindcss@latest postcss@latest autoprefixer@latest` then run: ``npm run css-build ``
@iammtander
@iammtander 3 года назад
Thanks, yoyu saved my day
@iammtander
@iammtander 3 года назад
* you
@dev688
@dev688 3 года назад
@@iammtander happy hacking :)
@fuad7258
@fuad7258 3 года назад
search lots of video but i didnt find anything and this video make ninja. love you...
@goncalodumas
@goncalodumas 3 года назад
This is the best tailwind build-a-webpage tutorial on the interwebs, good job. Thanks!
@user-md3nv8he7x
@user-md3nv8he7x 3 года назад
You are the best tutor along with mmtuts, can't believe all of this is free If possible, could you do a new series on TW 2?
@thanossmponias2915
@thanossmponias2915 4 года назад
Net Ninja, you are a web dev content producer machine . . . Just amazing!!!
@tn9753
@tn9753 3 года назад
Thank you. The subject matter is very well organized and comprehensive. However, what makes this tutorial so fantastic are 1) "Net Nija's" positive and energetic personality combined with 2) His solid pedagogy skills. Great job.
@masimumengi5650
@masimumengi5650 4 года назад
My teacher...knows just what i'm about to learn
@femidev4038
@femidev4038 2 дня назад
Comment for New Viewers: Hi everyone! I ran into some issues following this tutorial, and I wanted to share some tips to help you avoid the same problems. Update Tailwind Configuration: Make sure to include the content paths in your tailwind.config.js. Without this, Tailwind CSS won't be able to find your HTML or JS files to generate the necessary styles. Add HTML Files: Create an index.html file (or other HTML files) in your src directory. Tailwind CSS needs these files to be present to apply styles. Run the Build Command: After setting up the Tailwind configuration and adding HTML content, run npm run build-css to generate your public/styles.css file. USE CHATGPT TO HELP WITH HOW TO UPPDATE TAILWIND CONFIG AND ADD HTML FILES.
@midhunmohan5112
@midhunmohan5112 4 года назад
You changed my life. Thank you, Net Ninja!
@Zentamusic
@Zentamusic 2 года назад
So unbelievably clear. Great tutorial
@shin5302
@shin5302 2 года назад
This channel has everything I need.
@MULTICODE
@MULTICODE 4 года назад
Thank you very much, am glad you hear me. Thanks for this tutorial on tailwindcss 🔥🔥I will become a ninja after this one. you rock Man.
@Salmancreationbd
@Salmancreationbd 4 года назад
Great Man & Powerful Voice. Loved and Helpful Thank you Ninja Bro
@siri3359
@siri3359 3 года назад
You are amazing instructor!
@drhastings
@drhastings 4 года назад
Thank You Mr Shaun...This Channel is a University on its own 😂
@gaireyc6215
@gaireyc6215 2 месяца назад
I watched your bootstrap and was able to quickly learn it.. Now turn for the tailwind css
@NetNinja
@NetNinja 2 месяца назад
Awesome, have fun! :)
@userj-s2000
@userj-s2000 Год назад
Great start, will finish it in 2 weeks or so, watching it while on the way
@sakshamkapoor5905
@sakshamkapoor5905 4 года назад
Shaun, mad respect for you man! ❤
@kieran5746
@kieran5746 4 года назад
Thanks very much for this series - it was just what I needed! 🙏
@kieran5746
@kieran5746 4 года назад
Extra thought: It would be great to see a video on tree shaking (Controlling File Size ) as the output CSS is very large.
@NetNinja
@NetNinja 4 года назад
I agree. Was thinking fo doing a one-off vid on this using PurgeCSS.
@shrestha0144
@shrestha0144 4 года назад
Oh my god....another series .... I can't learn everything but man, your teaching is soo good
@user-xg5ov9pq5w
@user-xg5ov9pq5w Год назад
Just awesome, thanks a lot to everybody who is involved in keeping this channel alive. Simply amazing !!!
@NetNinja
@NetNinja Год назад
Thanks Mauro :) appreciate your support!
@mkpoutoinyang5359
@mkpoutoinyang5359 11 месяцев назад
Please is this course still relevant in 2023 or are some things outdated? @@NetNinja
@AlfredAyache
@AlfredAyache 8 месяцев назад
So, here I am in Dec 2023, going through this terrific looking tutorial, and it just wasn't working for me. Specifically, when running the `build-css` script in package.json it only produced about 500 lines of CSS in the output file, as opposed to about 2.5M in the tutorial. Plus, the screen output specifies that "No utility classes were detected in your source files." This is because I'm using a more modern version of the tailwindcss processor (3.3.6) than that used in the tutorial (1.4.6). To get around this, I specified the older version in my package.json file, and boom (!) I got my 2.5M output. I hope this helps someone avoid days of headbanging.
@C_NazmulTanvir
@C_NazmulTanvir 8 месяцев назад
is this tutorial good?
@AlfredAyache
@AlfredAyache 8 месяцев назад
​@@C_NazmulTanvir yes, very good.
@user-xi8dy8tt8n
@user-xi8dy8tt8n 8 месяцев назад
What a wonderful tailwindCSS intro courses!! Thanks a lot for your efforts.
@KAZVorpal
@KAZVorpal 5 месяцев назад
Hold on...oh, I see, this is three years old. Modern Bootstrap exposes all the low-level optional classes exactly like this says Tailwind does. They're even named about the same thing. But in Bootstrap, you also have the option of higher-level classes.
@sajalhsn13
@sajalhsn13 4 года назад
Net ninja!!! You are love ❤❤❤. You just read my mind.
@jozsefk9
@jozsefk9 4 года назад
Perfect! Thanks so much. This is what is missing from Tailwind CSS docs actually 😊
@snakemanluffy7645
@snakemanluffy7645 4 года назад
Great! I was waiting for this. Thanks man. By the way can you update the React js series? You work really hard i don't want to request you but i only follow you mostly. You are the best teacher for me. Much love and appreciation ❣️
@rorycawley
@rorycawley 3 года назад
This is a fantastic tutorial for Tailwind. Thank you!
@Shakeel714
@Shakeel714 3 года назад
Thanks so much The Net Ninja for the nice way of explaining tailwind css
@afterglow1390
@afterglow1390 4 года назад
Looking forward to this :)Love your tutorials and your teaching style , great work man. I'd wake up make coffee and Ninja time before work.
@abdallahsaad5061
@abdallahsaad5061 4 месяца назад
Guys please I need help I’m stuck in the first step I’ve been trying for like 3 hours but it won’t come I’m doing everything he does step by step but when it comes to “npm run build-css” when I press enter in the terminal it says to me that I’m running tailwind without “-i” what can i do to fix it? Is it because I’m running a newer version ?
@norbertoignaciojr3365
@norbertoignaciojr3365 4 года назад
Ah. It's time to learn tailwind. I see. Best teacher ever 😊😊😊😊😊
@ibadshaikh2215
@ibadshaikh2215 4 года назад
That energy in your voice boosts me up!
@TheGamerReacts
@TheGamerReacts 10 месяцев назад
My @tailwind base component and utilities styles bring up problems "Unknown at rule @tailwind" anyone know why?
@salimkachemela
@salimkachemela 4 года назад
Once again, awesome tutorial. Much love here from Tanzania.
@stocklin9831
@stocklin9831 Год назад
0:08 support channel (plz) 0:38 What is Tailwind CSS? 2:26 design simple web page 3:05 You Should Know 4:10 Download Node 4:57 create a project 6:15 create a new package 6:43 npm install tailwind CSS 7:45 How Tailwind Works 9:44 Add the Tailwind directives to your CSS 10:16 register certain script
@mdabullais2114
@mdabullais2114 3 года назад
You are really ninja of coding
@pravinsaminathan8797
@pravinsaminathan8797 Год назад
11.42 "Running tailwindcss without -i, please provide an input file." This error is displaying while doing this. Please help me out with a solution anyone ? Thank in advance.
@jacevans9705
@jacevans9705 4 года назад
Just working through the svelte tutorials (after doing your udemy JS course) and needed tailwind next - thanks!!
@ApurvKhare
@ApurvKhare 4 года назад
Sensei, you are not Human. You are super Human. I wish to have the same drive as you one day.
@_moxy9905
@_moxy9905 3 года назад
"[deprecated] running tailwind without -i, please provide an input file" What to do next?
@outrageousKilla
@outrageousKilla 2 года назад
Just watched the whole thing. Amazing content. Earned a subscriber
@kazinoman3039
@kazinoman3039 3 года назад
Love you a lot. I always wait for your new series .......I really enjoy it
@TorIvanBoine
@TorIvanBoine 4 года назад
Great timing with this video series. I just started learning and implementing Tailwind :)
@gokulkurup1584
@gokulkurup1584 2 года назад
absoluted goated. One of the best ever to do it.
@martiananomaly
@martiananomaly 2 года назад
Absolutely amazing video. Really helpful.
@fortunatmutunda4194
@fortunatmutunda4194 4 года назад
The year 2021 - THE NET NINJA: Rewriting The Linux Kernel in Typescript #1 - Intro & Setup
@NetNinja
@NetNinja 4 года назад
😆😆
@g-luu
@g-luu 4 года назад
Great content as always. Looking forward to this one.
@aboronilov
@aboronilov Год назад
Bro you are an amazing tutor. Thanks a lot for that tutorial
@NetNinja
@NetNinja Год назад
You're welcome!
@hanthedeveloper5900
@hanthedeveloper5900 3 года назад
appreciate your learning method bro, clear and efficient.
@MobiusCoin
@MobiusCoin 4 года назад
For the record, if you get Bootstrap from npm, you can forgo the JS and most of the SCSS files that make Bootstrap look like bootstrap and just use the utility classes it has too. I'd be curious to compare the bundle sizes of Tailwind and the minimum required files to get Bootstrap up and running.
@tanzimibthesam5861
@tanzimibthesam5861 4 года назад
You can use purge CSS and leave on all unused CSS bring the CSS file size down to 1/10th. One style sheet for whole project
@raihanmdsiqbal9097
@raihanmdsiqbal9097 4 года назад
Love you.but please make video tutorials on bootstraps 5 series and more node and deno series
@NetNinja
@NetNinja 4 года назад
they will be coming too :)