anon
0
Q:

how to link scss and sass file in html

<!-- First you have to convert your scss/sass file to css -->
<head>
  <link rel="stylesheet" href="style.css">
</head>
<!-- I recommend using a preprocessor for scss/sass -->
25

New to Communities?

Join the community