All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.base.reset.scss Maven / Gradle / Ivy

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