Vantage Child Theme Documentation is it Wrong OLD needs update?
				
				
                
                    
                    
                
                
                    
                
                    
						
                
                
                    if you look at this tutorial
https://docs.appthemes.com/tutorials...arted-styling/
you will see that it asks you to
Next add the following line to your child theme style sheet:| @import url("../vantage/styles/blue.css"); | 
Is this needed any more as I did not do this and it works fine with my setup
here is the styles.css from my child theme and I'm using purple and it shows fine
	
		
			
			
				/*
Theme Name:     Vantage Example Child Theme
Theme URI:      
http://appthemes.com/
Description:    Example child theme for the Vantage theme 
Author:         AppThemes
Author URI:     
http://appthemes.com/
Template:       vantage
Version:        0.1.0
*/
@import url("../vantage/style.css");
			
		
 
	 
 What is the correct way?
Has anything changed and if yes why wasn't the documentation updated?