Title: duplicate css files
Last modified: August 24, 2016

---

# duplicate css files

 *  Resolved [shawn caza](https://wordpress.org/support/users/shawncaza/)
 * (@shawncaza)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/duplicate-css-files/)
 * I’ve been trying to improve page load times by manually consolidating and minifying
   the css of the standard and full width child theme.
 * My guess is the following is intended to load css from different versions of 
   a theme? Odd thing I experienced was my site was serving two versions of what
   seemed to be an identical css file.
 *     ```
       // Adding CSS file of the Child theme. This style sheet stands last so it would override parent theme and other stylesheets.
       	wp_register_style( 'tinyframeworkfullwidth-style',
       	get_stylesheet_uri(),
       	array(),
       	'2.0.5',
       	'all' );
       ```
   
 * Removing those lines completely seemed to resolve the problem.

Viewing 1 replies (of 1 total)

 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/duplicate-css-files/#post-6117869)
 * No, it loads a child theme’s style.css, but version is kept so it would be easy
   to invalidate older version styles in browser cache for users who visited site
   before the update. It is up to you to keep the version number of the child theme.
 * If you put all CSS into one, then yes, you don’t need to load child CSS once 
   again.

Viewing 1 replies (of 1 total)

The topic ‘duplicate css files’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tiny-framework/2.3.1/screenshot.
   png)
 * Tiny Framework
 * [Support Threads](https://wordpress.org/support/theme/tiny-framework/)
 * [Active Topics](https://wordpress.org/support/theme/tiny-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tiny-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tiny-framework/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/duplicate-css-files/#post-6117869)
 * Status: resolved