Skip to content

BaseCSS: A minimal, flexible CSS library for fast and responsive web design.

License

Notifications You must be signed in to change notification settings

MFM-347/BaseCSS

Repository files navigation

BaseCSS

Version Downloads

BaseCSS is a minimal and flexible CSS library designed for fast, responsive, and maintainable web development. Ideal for developers looking for simplicity and scalability.

Features

  • CSS Reset: Standardizes browser behavior for consistent styling.
  • Responsive Typography: Automatically adjusts font sizes for optimal readability on different screen sizes.
  • Minimal Styling: Provides a clean slate for building custom designs.

Installation and Usage

To install the package, use the following command:

npm i tfs-basecss

Importing BaseCSS

In Plain HTML:

Link the CSS file in your <head> tag:

<link rel="stylesheet" href="node_modules/tfs-basecss/base.min.css" />

In a JavaScript/TypeScript Project:

Import the CSS in your entry file:

import "tfs-basecss/base.min.css";

In SCSS:

If you're using SCSS:

@import "node_modules/tfs-basecss/base.min.css";

Getting Started

Once BaseCSS is imported, it will:

  1. Reset the default browser styles for consistency.
  2. Apply responsive typography for better readability.
  3. Provide a clean slate for adding your custom styles.

You can now start building your styles on top of this foundation.

Contributing

We welcome contributions! Please check the CONTRIBUTING.md for guidelines.

Author

Created and maintained by Farhan Madni.

License

The code in this repository is licensed under the MIT License.

License MIT

Releases

No releases published

Languages