Parker1090 Posted October 18, 2016 Share Posted October 18, 2016 (edited) Hello! I'm trying to create a theme for my shop, but struggling a bit when it comes to the CSS side of things. I've followed a guide and downloaded Scout, which seems to work fine apart from an issue with the theme_variables file, for example: 11:10:02 AM Error (0x01) - Line: 2 Col: 1 File to import not found or unreadable: theme_variablesParent style sheet: productcomments.scss1: @import "compass";2: @import "theme_variables";3: This is a new theme created from a copy of the default theme (as suggested in the guide), with the CSS files largely untouched. The only file I've touched is the font-awesome files where I updated it to the latest version. I feel like I'm going around in circles, so any pointers would be a massive help. Thanks in advance. Edit I just wanted to add that I've tested this on the default theme too, with the same result Edited October 18, 2016 by Parker1090 (see edit history) Link to comment Share on other sites More sharing options...
brunnerhe Posted November 12, 2016 Share Posted November 12, 2016 I have exactly the same issue Link to comment Share on other sites More sharing options...
Web Curator Posted March 9, 2017 Share Posted March 9, 2017 Nobody with an answer, how have you solved guys? Link to comment Share on other sites More sharing options...
rocky Posted March 11, 2017 Share Posted March 11, 2017 I had a look at my website and I see themes/default-bootstrap/sass/_theme_variables.scss. You can try the following: @import "_theme_variables"; Or you can try renaming _theme_variables.scss to theme_variables.scss to see if that works. Link to comment Share on other sites More sharing options...
Web Curator Posted March 15, 2017 Share Posted March 15, 2017 I had a look at my website and I see themes/default-bootstrap/sass/_theme_variables.scss. You can try the following: @import "_theme_variables"; Or you can try renaming _theme_variables.scss to theme_variables.scss to see if that works. Are you referring PS 1.7 or PS 1.6 ? Link to comment Share on other sites More sharing options...
rocky Posted March 16, 2017 Share Posted March 16, 2017 I'm referring to PrestaShop v1.6. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now