0.1.0 • Published 11 months ago

embark.css v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

embark.css

Lightweight CSS reset designed to provide a clean starting point for building web projects. Primarily it was created for StorboatCSS framework. But I decided to create separately repository for it.


Features

  • Resets default browser styles to provide a consistent starting point.
  • Normalizes common elements and CSS properties across different browsers.
  • Optimizes typography for better readability and consistency.
  • Provides a minimal and lightweight reset without unnecessary styles.

Installation

You can include the reset css file in your project by downloading the embark.css file and linking it in your HTML file. Here's an example:

<link rel="stylesheet" href="path/to/embark.css">

Alternatively, you can use a package manager like npm to install the embark.css reset as a dependency in your project:

npm install embark.css

Customization

embark.css reset is designed to provide a minimal and opinionated reset. However, you can customize it to suit your specific needs. You can modify the embark.css file directly or override the styles in your own CSS file.

Contributing

Contributions are welcome! If you have suggestions, bug reports, or would like to contribute to the project, please open an issue or submit a pull request on the GitHub repository.

Acknowledgements

This project was inspired by other popular CSS resets and aims to provide a lightweight and modern alternative.

Special thanks to Elli Loel for sharing her reset css.

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute the embark.css reset in your projects.