0.5.1 • Published 5 years ago

@simon.marcel.linden/defaultcss v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

DefaultCSS is a modern CSS framework

Github npm Software License npm

Quick install

DefaultCss is constantly in development! Try it out now:

NPM

npm i @simon.marcel.linden/defaultcss

Import

After installation, you can import the CSS file into your project using this snippet:

@import "~@simon.marcel.linden/defaultcss/css/default.css";

Or use follow import to use SCSS and mixins:

@import "~@simon.marcel.linden/defaultcss";

Font-Family

Use your own font. Default font are sans-serif:

:root {
  --f-primary   : 'sans-serif', Arial, "Lucida Grande";
  --f-secondary : 'sans-serif', Arial, "Lucida Grande";
  --f-tertiary : 'sans-serif', Arial, "Lucida Grande";
}

Or only for headline <h1>,<h2>,<h3>:

:root {
  --f-headline : 'YourFontName';
  --f-headline2: 'YourFontName';
  --f-headline3: 'YourFontName';
}

Copyright and license Github

Code copyright 2020 Simon Marcel Linden. Code released under the MIT license.

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago