0👍
I needed to import the variables stylus file:
<style lang="stylus">
@import '../../assets/style/variables.styl'
.submit-container
@media $display-breakpoints.sm-and-up
color #ef4655;
</style>
- [Vuejs]-Can I use parts of html template of a component in different part in parent component
- [Vuejs]-How to import lodash single function and use on Vue.js template?
Source:stackexchange.com