PostCSS Crash Course

Поділитися
Вставка

КОМЕНТАРІ • 38

  • @pixelrocket66
    @pixelrocket66  2 роки тому +4

    If you enjoyed the video, then let me know in the comments what type of PostCSS videos you'd like me to create!

  • @m.talhaimtiaz804
    @m.talhaimtiaz804 2 роки тому +4

    You explained it in a very simplified. Watched alot other videos but one yours was understandable (being a beginner) ... Love your teaching method.

  • @danieleoneta
    @danieleoneta 2 роки тому +3

    thanks, very useful notions on postcss !! 🙌

  • @rogernguyen6487
    @rogernguyen6487 2 роки тому +1

    concise, easy to understand, very good for a beginner. nice work. thank you.

  • @PeterChapman-py
    @PeterChapman-py 2 роки тому +1

    Thank you for this video tutorial!! There's little out there on PostCSS.
    An important note on Project Two: running gulp after npm install didn't work for me. Going to the person who created the boilerplate for this tutorial you run: npm install --global gulp-cli and it works after that.

  • @sidben7048
    @sidben7048 2 роки тому +1

    thank you sir i was just waiting for that , i want to suggest to you to do a series about cloning some codepen designs

    • @pixelrocket66
      @pixelrocket66  2 роки тому +1

      Hi Sid - thanks for the suggestion. I've seen a few other UA-camrs do that, something I plan on eventually doing. At the moment I'm creating a series of Vue, Nuxt, React and Next courses. So probably won't be doing anything else for the next 6 months.

    • @sidben7048
      @sidben7048 2 роки тому +1

      @@pixelrocket66 ok very nice . i gonna wait for the react.js and next.js courses

    • @pixelrocket66
      @pixelrocket66  2 роки тому

      @@sidben7048 Great!

  • @moneyfr
    @moneyfr 2 роки тому +1

    very very usefull topic POSTCSS thanks i was looking for it for long time

  • @noahnymous9919
    @noahnymous9919 2 роки тому

    Hi!! Nice explanation and easy to follow. I would highly recommend to fix your audios before you upload them. There are a lot of whistles because of the ssss sound. With earplugs are kind of hard to hear for a long time.
    But really very nice video! 👌

  • @johnnyboghean2242
    @johnnyboghean2242 2 роки тому

    I don't understand what we are gaining by using "postcss-partial-import" plugin. Running the command simply with only the "postcss-import" apparently produces the same result

  • @jeffsuddaby4788
    @jeffsuddaby4788 2 роки тому

    Hi. I opened "projectwo," "ran npm install" then ran "gulp" The terminal responded with: "bash: gulp: command not found" Please help.

    • @pixelrocket66
      @pixelrocket66  2 роки тому

      Hi Jeff - were you in the root of your project folder (in your terminal)?

    • @jeffsuddaby4788
      @jeffsuddaby4788 2 роки тому

      @@pixelrocket66 Sorry for my delayed response. Yes, < MINGW64 ~/_Node/UTILITIES/ROCKET/projectwo-completed $ gulp> results in "bash: gulp: command not found" I also tried running it with Powerpoint and the Windows cli. The result was the same. One thing though: After unzipping your postcss-pixelrocket-resources directory, I _did_ copy/paste the "projectwo-completed" folder, to make it into a separate stand-alone directory before running . I figured this would be ok because its got its own package.json file, etc. Is it possible that this is the probem?

  • @p__wing
    @p__wing 2 роки тому +1

    While autoprefixer is critical and using new features is temping, I'm not sure I'm comfortable abandoning SCSS. But this was super informative!!

    • @pixelrocket66
      @pixelrocket66  2 роки тому +1

      I agree. I see too many devs thinking it has to be PostCSS OR Sass. There's no need for that. I use Sass for CSS preprocessing, and then I use PostCSS for the postprocessing.

    • @thiagosilvaloopes
      @thiagosilvaloopes 2 роки тому +1

      Yeah, I think is so much easier use both for their different coverages.

    • @thiagosilvaloopes
      @thiagosilvaloopes 2 роки тому

      @@pixelrocket66, using both Sass & post CSS can affect negatively on build performance?

    • @pixelrocket66
      @pixelrocket66  2 роки тому +1

      @@thiagosilvaloopes Depends on what you are comparing it to and also what your build tool is. Sass + Postcss will take longer to recompile your source code than if you were just using Postcss. But if you use a modern build tool like Vite, you might not see much of a difference in build performance.

    • @thiagosilvaloopes
      @thiagosilvaloopes 2 роки тому

      @@pixelrocket66 Got it! Thank you! I've been using only vite since I've discovered it, and honestly not turning back from it on new projects 😁
      But I see you use Parcel a lot of times don't you? Why him instead of Vite? What's the pros e cons from each one? That could become a nice video 😅😊

  • @tea42
    @tea42 2 роки тому

    Thanks for the detailed tutorial. So far my #1 tutorial of PostCSS. I have a question though. if I do not use postcss-partial-import still works fine. All my files are underscored. It looks like postcss-import plugin does the job. So then why you need this partial plugin?

    • @pixelrocket66
      @pixelrocket66  2 роки тому +1

      Yeah, I think the various plugins have changed since I recorded this. I'm going to be rerecording this crash course in early 2023. For now, I would say if all works fine without a plugin for you, then simply leave out that plugin.

  • @shafs_yt
    @shafs_yt 2 роки тому

    great video can you make a video on postcss and sass working together in vite?

    • @pixelrocket66
      @pixelrocket66  2 роки тому +2

      Great idea! Definitely will release something in the future on those two.

  • @mdkawsarislamyeasin4040
    @mdkawsarislamyeasin4040 2 роки тому +2

    Thanks, Thanks Thanks, Thank you so much.
    I need this video badly but on youtube here don't have that many Resources videos.
    And now got this.
    Some doubt cleared But I want to create postCSS plugging So how can j do that do you have any Ideas or videos 🙂

    • @pixelrocket66
      @pixelrocket66  2 роки тому +1

      I'm glad you like it! I do plan on doing a PostCSS plugin eventually. I've never created one myself, but it's just Javascript. I would follow the official documents for creating a plugin: github.com/postcss/postcss/blob/main/docs/writing-a-plugin.md

    • @mdkawsarislamyeasin4040
      @mdkawsarislamyeasin4040 2 роки тому +1

      @@pixelrocket66 Yeap Thanks, let's try
      I'm gonna surely try for this. And if you want to create one I'm gonna contribute if I learned properly .
      Thank you so much. But actually, I'm not a professional developer so I still need experience and knowledge
      If you Make any tutorial playlist then it's gonna very helpful fr us.

    • @pixelrocket66
      @pixelrocket66  2 роки тому +1

      @@mdkawsarislamyeasin4040 Okay, great and good luck!

  • @mikeeomega
    @mikeeomega 2 роки тому

    This is good content