An open API service indexing awesome lists of open source software.

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

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