Skip to content

Sassy CSS is a simple and customizable CSS library designed to enhance your web projects with minimal effort.

License

Notifications You must be signed in to change notification settings

devinci-it/sassy-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sassy CSS

HTML CSS3 Sass License

Overview

Sassy CSS is a simple and customizable CSS library designed to enhance your web projects with minimal effort.

Contents

1. buttons.css

This file contains styles for various buttons, including primary, outline, and danger buttons. It also includes styles for button groups, sizes, and variations.

2. form.css

The form.css file provides styles for form elements, making it easy to create attractive and responsive forms.

3. reset.css

reset.css is a standard CSS reset file that helps achieve a consistent baseline styling across different browsers.

4. styles.css

styles.css may include additional global styles that are applied to the entire project. It serves as a central stylesheet for common styling.

5. typography.css

typography.css focuses on text-related styles, including headings, paragraphs, and code blocks. It helps maintain a consistent and readable text presentation.

Demo

The demo directory contains HTML files that showcase the usage of different components and styles provided by Sassy CSS. Feel free to explore these demos to understand how to integrate the styles into your projects.

Contributing

We welcome contributions! If you find a bug, have a feature request, or want to contribute in any other way, please open an issue or create a pull request.

# Clone the repository
git clone https://github.com/devinci-it/sassy-css.git

# Navigate to the project directory
cd sassy-css

# Make your changes and create a new branch
git checkout -b feature/new-feature

# Commit your changes
git commit -m "Add new feature"

# Push to the branch
git push origin feature/new-feature

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Sassy CSS is a simple and customizable CSS library designed to enhance your web projects with minimal effort.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published