Sleeky Dan Posted November 30, 2017 Share Posted November 30, 2017 Hi all, I am in serious need of help with my prestashop 1.7 theme. I need help with problems like: My layout is based on Starter Theme. Importing a font, I just can't seem to import the Materials Icons font into prestashop. How to add custom css files to _dev. Link to comment Share on other sites More sharing options...
cgstudiodevcom Posted January 25, 2018 Share Posted January 25, 2018 you can add in folder _dev file webpack.config.js : entry: [ './css/bootstrap.min.css', <--- don't forget the comma !! './css/normalize.css', './css/example.less', './css/st/dev.styl', './css/theme.scss' ], 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