Exploring the world of pre-processors is new to me. I’m curious about how to integrate them, specifically postcss and lostgrid, with angular 7.
I'm attempting to incorporate this code snippet into my angular project. The code relies on postcss-cssnext and lost-grid.
@use postcss-cssnext;
@use lost;
@lost flexbox flex;
@lost gutter 0;
//more css code
Could someone guide me on incorporating these elements in my angular app?
* UPDATE *
You can implement the above code snippet without pre-processors. I made some adjustments to the code as shown here: https://codepen.io/anon/pen/BeLWeb