Viewing 4 replies - 1 through 4 (of 4 total)
  • Luminus Alabi a11n

    (@luminus)

    Automattic Happiness Engineer

    Hi @graftedin,

    If you’re editing the CSS files in the plugin directly, you’re doing it wrong. Every time the plugin is updated, all of your changes will be overwritten.

    You should be adding your own CSS to the Additional CSS area found by going to Appearance → Customise → Additional CSS.

    Thread Starter graftedin

    (@graftedin)

    Please don’t over think what I’m asking. Where can I get a raw unminified copy of the 3 main css files that are used for woocommerce?

    I’m tired of having to put !important at the end of every single line of css every single time I use woocommerce.

    Stuff like …

    .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
        padding: 4px 0;
    }

    … explicitly sets the paddings rather than just allow them to be what thy would be by default. Which means I have either copy that exact css hook or I have to use !important.

    I want a raw unminified version so I can permanently fix this and the rest of the bad css in every future installation that I do.

    Again….Please don’t over think what I’m asking.

    Luminus Alabi a11n

    (@luminus)

    Automattic Happiness Engineer

    Hi @graftedin,

    There are no raw unminified CSS files. All the SASS files that compile down to CSS can be found here – https://github.com/woocommerce/woocommerce/tree/master/assets/css

    I’ll go ahead and mark this issue as resolved now. If you have any further questions, I recommend creating a new thread.

    Thread Starter graftedin

    (@graftedin)

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unminified CSS’ is closed to new replies.