0.0.1 • Published 4 years ago

@marcius-studio/marcius-css v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Documentation | Discord community

Marcius.css - lightweight, responsive and modern CSS framework.

Provides basic styles for typography and elements, flexbox based responsive layout system, pure CSS components and utilities with best practice coding and consistent design language.

  • Default - light theme
  • Obscure - dark theme

Install

Package manager

$ yarn add @marcius-capital/marcius-css
$ npm install @marcius-capital/marcius-css

Connect in .sass, .scss file

// Default theme
@import "~@marcius-capital/marcius-css";

// Obscure theme
@import "~@marcius-capital/marcius-css/src/default-obscure";

Stay in touch

Feel free to ask questions 😊

Contributors

License

MIT | Copyright (c) 2019-present

Based on Spectre.css