6
20 Comments

Looking for lightweight CSS framework

Hello Indie's,
I'm working on some landing pages and I want to try something different after writing custom CSS.
I want to go with clean, minimalistic and lightweight CSS framework.
I have tried https://andybrewer.github.io/mvp/ and I'm open to another options.

What do you suggest? (Except Tailwind and Semantic)

Cheers

on February 6, 2021
  1. 9

    Define lightweight?

    You're not going to get much more lightweight for a simple landing page than Tailwind after purging...

    1. 8

      Exactly, nothing better than Tailwindcss in this case.

      1. 1

        I'm sorry, but I have tried Tailwind few times, it's simply not my cup of tea.
        My OCD can't stand crowded markup.

        Thanks for answers

        1. 2

          Funny! My OCD goes towards performance as much as possible, and don't mind the markup at all.

          You could design with TW then refactor into @apply and/or components?

          1. 1

            especially cos you can just use @apply rules to create your own classes so that your markup isn't hugely polluted but you still have all of the awesomeness tailwind gives you.

  2. 7

    Bulma is quite nice! (bulma.io)

    1. 1

      If you are looking lightweight, Bulma is great!

  3. 4

    Here you go.

    https://github.com/awesome-css-group/awesome-css

    And I found this today.
    https://luxacss.com/

    Also, if you need landing pages I make them here only with Tailwind.
    Wickedtemplates.com

    1. 1

      I checked some of your templates. They look good!

      I am shopping for a template, but I would advise you (and this is from personal bad past experience), is to give more support for standard blocks/behavior. For example, the contact section does not have a form. The subscribe form at the landing page (it's fine if it does not work), but what happens if the form is valid/invalid? The blog page, for example, you show I believe only a quote and an h2 header. How would a list look like? Or an h3 header? How would an embedded image look like? With a caption? What about links? Or pagination for the blog page?

      My concern is that if I spend that amount of money on a template, I would want to be able to use it without have to re-think how to display basic stuff. Maybe I'm wrong and your templates alreadt offer it, I just couldn't see it.

      1. 1

        Ciao Aquiles!

        This is gold feedback actually, and I am more than thankful that you bring it up.

        I have been thinking to do so, but I wasn't sure if this would be something that was expected to be included. Now I know.

        Do you mean to have a whole components library or just those that might be needed?

  4. 2

    My shameless plug:
    https://feathercss.makerkits.co/

    I designed this as a base CSS you can just copy to your project, and customize it 100% the you way you want from there.

    You could optionally npm install it:
    https://www.npmjs.com/package/feathercss

    1. 1

      Nice one! I'll give it a try.

  5. 2

    The most lightweight css I know would be new.css without the inter font (https://newcss.net/). It's good for a simple blog or landing page, but not much else. In most cases Bulma does an okay job as well.

  6. 1

    best lightweight = no css/stylesheet

    1. 1

      Be funny somewhere else, please.

  7. 1

    Check Frontendor (Create beautiful landing pages by copy-paste).

    What do you think?

  8. 1

    w3.css could work for.you