@kehrwasser/hmnd-lib
v0.2.0
Published
Hmnd-lib is a CSS framework that helps create highly customizable, responsive layouts using semantic CSS to avoid polluting HTML and helps building you own style on top of the basics we provide.
Downloads
18
Maintainers
Readme
Hmnd-lib
Hmnd-lib is a CSS framework that helps create highly customizable, responsive layouts using semantic CSS to avoid polluting HTML and helps building you own style on top of the basics we provide.
Content
.
├── fonts
│ ├── ibm-plex-sans-v7-latin
│ │ ├── ibm-plex-sans-v7-latin-700.woff
│ │ ├── ibm-plex-sans-v7-latin-700.woff2
│ │ ├── ibm-plex-sans-v7-latin-700italic.woff
│ │ ├── ibm-plex-sans-v7-latin-700italic.woff2
│ │ ├── ibm-plex-sans-v7-latin-italic.woff
│ │ ├── ibm-plex-sans-v7-latin-italic.woff2
│ │ ├── ibm-plex-sans-v7-latin-regular.woff
│ │ └── ibm-plex-sans-v7-latin-regular.woff2
│ ├── ibm-plex-serif-v8-latin
│ │ ├── ibm-plex-serif-v8-latin-700.woff
│ │ ├── ibm-plex-serif-v8-latin-700.woff2
│ │ ├── ibm-plex-serif-v8-latin-700italic.woff
│ │ ├── ibm-plex-serif-v8-latin-700italic.woff2
│ │ ├── ibm-plex-serif-v8-latin-italic.woff
│ │ ├── ibm-plex-serif-v8-latin-italic.woff2
│ │ ├── ibm-plex-serif-v8-latin-regular.woff
│ │ └── ibm-plex-serif-v8-latin-regular.woff2
│ └── kw-icons
│ ├── kw-icons.eot
│ ├── kw-icons.svg
│ ├── kw-icons.ttf
│ └── kw-icons.woff
├── js
│ └── hmnd.js
├── readme.md
└── scss
├── _hmnd.scss
├── general
│ ├── _base.scss
│ ├── _buttons.scss
│ ├── _fonts.scss
│ ├── _footer.scss
│ ├── _forms.scss
│ ├── _header.scss
│ ├── _layout.scss
│ ├── _main.scss
│ ├── _reset.scss
│ ├── _sidebar.scss
│ └── _variables.scss
├── hmnd.scss
└── modules
├── _card.scss
├── _cookie-bar.scss
├── _gallery.scss
├── _profile-card.scss
└── _video.scss