a3637d6 remove out-of-scope example
~inferiormartin pushed to ~inferiormartin/feather.css git
feather.css is a lightweight CSS framework.
To install feather.css, you can add it to your project as a git submodule by running the following command:
git submodule add https://git.sr.ht/~inferiormartin/feather.css
To compile the SCSS files into CSS, run the following command: make all
This will generate the base.min.css
file, which contains the compiled CSS for the entire framework.
To include feather.css in your project, you can simply include the base.min.css
file in your HTML file:
<link rel="stylesheet" href="/path/to/base.min.css">
feather.css is licensed under the AGPLv3 License.