generated from schalkneethling/qilin-open-source-project-starter-template
- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from schalkneethling/release-0-1-0
release: cleanup and make everything namespace driven
- Loading branch information
Showing
14 changed files
with
245 additions
and
759 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
# minimalist | ||
# Introduction to Minimalist | ||
|
||
A minimal pure CSS starter library for most web projects. | ||
**Minimalist** is a lightweight and modern CSS library designed to provide a simple yet elegant foundation for styling base HTML elements. It serves as a starting point for building websites and applications, offering thoughtfully crafted styles for the elements developers encounter most frequently. | ||
|
||
## Getting minimalist | ||
For more information on customization and supported features, consult the [official reference documentation](https://minimalist-docs.netlify.app/). | ||
|
||
You can easily add minimalist to your existing or new project using the CLI. | ||
## Key Features | ||
|
||
```bash | ||
npm create minimalist@latest | ||
``` | ||
- **Minimal and Elegant:** Focuses on essential styles to ensure a clean and consistent visual foundation without unnecessary bloat. | ||
- **Modern Design:** Leverages modern CSS features for better performance, flexibility, and compatibility with current development standards. | ||
- **Customizable:** Uses namespaced CSS custom properties, allowing users to easily adjust and extend styles to fit their specific needs. Both namespaced variables and default values are thoroughly documented. | ||
- **Lightweight:** Designed to maintain minimal complexity, size, and byte footprint, ensuring fast load times and ease of use. | ||
|
||
You will be prompted to enter the desctination directory into which the files will be copied. | ||
Please ensure that this is relative to your project's root folder. | ||
## What Minimalist Is _Not_ | ||
|
||
All that is left is to link the CSS in your project. The `main` file you must add is `minimalist.css`. | ||
You will fnd this in `your-target-dir/minimalist/minimalist.css`. | ||
While Minimalist includes a small number of utility classes for convenience, it is **not** a general-purpose utility library and will not evolve into one. Its focus remains on providing foundational styles, not an exhaustive set of utilities. | ||
|
||
### Contributing to Minimalist | ||
|
||
Minimalist is open source and welcomes community contributions. Users are encouraged to: | ||
|
||
- Report issues and bugs. | ||
- Suggest new features or improvements. | ||
- Contribute to the codebase. | ||
|
||
Contributions should align with Minimalist’s guiding principle: to remain minimal in size, complexity, and purpose. |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.