https://github.com/guti9sk/blog-preview-card
intento de creación del reto de Frontend Mentor [Blog preview card] : https://www.frontendmentor.io/challenges/blog-preview-card-ckPaj01IcS Esta solución es parte de un desafío proporcionado por Frontend Mentor. Puedes encontrar el desafío y más información sobre Frontend Mentor en su sitio web: https://www.frontendmentor.io/
https://github.com/guti9sk/blog-preview-card
frontend html sass
Last synced: 3 months ago
JSON representation
intento de creación del reto de Frontend Mentor [Blog preview card] : https://www.frontendmentor.io/challenges/blog-preview-card-ckPaj01IcS Esta solución es parte de un desafío proporcionado por Frontend Mentor. Puedes encontrar el desafío y más información sobre Frontend Mentor en su sitio web: https://www.frontendmentor.io/
- Host: GitHub
- URL: https://github.com/guti9sk/blog-preview-card
- Owner: Guti9sK
- Created: 2024-03-01T02:37:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T15:09:02.000Z (over 1 year ago)
- Last Synced: 2025-01-19T22:39:40.712Z (5 months ago)
- Topics: frontend, html, sass
- Language: SCSS
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To compile SASS with CSS use the following command in the terminal (git Bash) within Visual Studio Code: sass --watch scss/styles.scss css/styles.css.
I don't use the live watch extension.