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
- Host: GitHub
- URL: https://github.com/marcode24/grid-css-course
- Owner: marcode24
- Created: 2022-10-11T02:30:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T18:34:13.000Z (over 2 years ago)
- Last Synced: 2025-02-04T00:33:15.947Z (5 months ago)
- Topics: css, css-grid-layout, grid, grid-layout, scss
- Language: SCSS
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```