Responsive landing page using Vue.js, Sass and HTML5.

Solution retrospective
Me encanto poder usar sass por primera vez, la proxima vez trataria de implementar mejor es practicas con sass.
What challenges did you encounter, and how did you overcome them?agregar variables globales y lo arregle agregando configuracion en mi archivo vue.config.js
css: {
loaderOptions: {
sass: {
additionalData: @import "@/styles/variables.scss";
},
scss: {
// Para SCSS también puedes usar la clave scss
(opcional)
additionalData: @import "@/styles/variables.scss";
}
}
},
Me encantaría poder tener las mejores practicas de programación
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on JJorgeMS13's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord