Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Use @use to load module scss - @forward in _index.scss

@use './scss/index' as *;
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  // font-size: 62.5%;
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth;
  color: $black;
}
 
PREVIOUS NEXT
Tagged: #Use #load #module #scss
ADD COMMENT
Topic
Name
2+4 =