SASS - import external CSS into SCSS

0 votes
235 views
added Jul 17, 2018 in SCSS by LC Marshal Captain (25,790 points)
edited Jul 18, 2018 by LC Marshal
@import "style.css";  
@import "css/style.css";  
@import url("http://domain.com/css/styles.css");

/*import google fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...