mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
10 lines
143 B
SCSS
10 lines
143 B
SCSS
@import '~advanced-css-reset/dist/reset.css';
|
|
|
|
// Add your custom reset rules here
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
outline: 0;
|
|
} |