package.base.reset.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of patternfly Show documentation
Show all versions of patternfly Show documentation
Assets, source, tooling, and content for PatternFly 4
The newest version!
@use '../sass-utilities/scss-variables.scss' as *;
// Reset - based on minireset.css v0.0.3 | MIT License github.com/jgthms/minireset.css
@if $pf-v6-global--enable-reset {
:where(
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6
) {
padding: 0;
margin: 0;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy