~inferiormartin/feather.css

a simple css framework

a3637d6 remove out-of-scope example

4 months ago

76fdd31 fix margin for nav

4 months ago

#feather.css

feather.css is a lightweight CSS framework.

#Installation

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

#Compiling SCSS

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.

#Including in Your Project

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">

#License

feather.css is licensed under the AGPLv3 License.