imarc / boilerplate

Responsive CSS, HTML and JavaScript front-end starting point, plus components!
https://imarc-boilerplate.netlify.app/
8 stars 10 forks source link

Quick fix, uncommented @use for the field component in the main Sass … #76

Closed DylanRamsey closed 2 years ago

DylanRamsey commented 2 years ago

For Field component: Uncommented @use for the field component in the main Sass file, so the styles would show for this component

For Select component Added correct @use 's in the component's Sass file and updated the variables within the component's Sass file

First pull request for this project, any feedback is welcomed and appreciated.