https://github.com/el634dev/smooth-framework
Minimalist and basic CSS framework that is classless
https://github.com/el634dev/smooth-framework
Last synced: 6 months ago
JSON representation
Minimalist and basic CSS framework that is classless
- Host: GitHub
- URL: https://github.com/el634dev/smooth-framework
- Owner: el634dev
- Created: 2024-11-22T02:48:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T02:47:22.000Z (over 1 year ago)
- Last Synced: 2025-01-30T10:30:22.020Z (over 1 year ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Smooth CSS - Out of the box CSS styling for HTML elements
> Modern, clean and elegant CSS framework with no classes or frameworks to learn
>
> Smooth is minimalist at heart and so easy to use that you'll never have to watch any tutorials again
## Documentation
> Documentation: __Be here soon__
## Resources
> I used a [CSS reset stylesheet](https://www.joshwcomeau.com/css/custom-css-reset/)
## SCSS
> Delete the `styles.css` file before compiling SCSS
>
> Before compiling the SCSS check or install SASS by using `npm install -g sass` in your terminal
>
> After you install SCSS, compile the SCSS code by using `sass --watch scss/styles.scss css/styles.css` in your terminal