Reset Tool
Initialize your design system with one of the world's most loved resetters.
reset()
reset(string $preset)
Available reset presets
- CSS Remedy
- Normalize
- Reset
- Resetter.css
Strings to query
$_valid-presets: (
'cssremedy',
'normalize',
'reseter',
'reset'
);
Usage
Use the mixin as a wrapper.
@use 'path/to/@matteusan/sentro';
@include sentro.reset('cssremedy') {
// the rest of the code here.
}