BaseCSS is a minimal and flexible CSS library designed for fast, responsive, and maintainable web development. Ideal for developers looking for simplicity and scalability.
- 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.
To install the package, use the following command:
npm i tfs-basecss
Link the CSS file in your <head>
tag:
<link rel="stylesheet" href="node_modules/tfs-basecss/base.min.css" />
Import the CSS in your entry file:
import "tfs-basecss/base.min.css";
If you're using SCSS:
@import "node_modules/tfs-basecss/base.min.css";
Once BaseCSS is imported, it will:
- Reset the default browser styles for consistency.
- Apply responsive typography for better readability.
- Provide a clean slate for adding your custom styles.
You can now start building your styles on top of this foundation.
We welcome contributions! Please check the CONTRIBUTING.md for guidelines.
Created and maintained by Farhan Madni.
The code in this repository is licensed under the MIT License.