@simon.marcel.linden/defaultcss

Default CSS toolkit

Usage no npm install needed!

<script type="module">
  import simonMarcelLindenDefaultcss from 'https://cdn.skypack.dev/@simon.marcel.linden/defaultcss';
</script>

README

DefaultCss

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.