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

https://github.com/marcode24/grid-css-course

Course from Codely - Grid CSS
https://github.com/marcode24/grid-css-course

css css-grid-layout grid grid-layout scss

Last synced: 3 months ago
JSON representation

Course from Codely - Grid CSS

Awesome Lists containing this project

README

        

# CSS Grid

## To run this project

```bash
npm install
# To watch scss files
npm run watch
# To compile scss files
npm run build
```