Title: Unminified CSS
Last modified: December 18, 2019

---

# Unminified CSS

 *  Resolved [graftedin](https://wordpress.org/support/users/graftedin/)
 * (@graftedin)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/unminified-css/)
 * Where can we get your unminified css? I’m tired of having to always fix your 
   css.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Luminus Alabi](https://wordpress.org/support/users/luminus/)
 * (@luminus)
 * Automattic Happiness Engineer
 * [6 years, 5 months ago](https://wordpress.org/support/topic/unminified-css/#post-12252093)
 * Hi [@graftedin](https://wordpress.org/support/users/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](https://wordpress.org/support/users/graftedin/)
 * (@graftedin)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/unminified-css/#post-12252171)
 * 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](https://wordpress.org/support/users/luminus/)
 * (@luminus)
 * Automattic Happiness Engineer
 * [6 years, 5 months ago](https://wordpress.org/support/topic/unminified-css/#post-12253062)
 * Hi [@graftedin](https://wordpress.org/support/users/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](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](https://wordpress.org/support/users/graftedin/)
 * (@graftedin)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/unminified-css/#post-12255497)
 * Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Unminified CSS’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [graftedin](https://wordpress.org/support/users/graftedin/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/unminified-css/#post-12255497)
 * Status: resolved