kevin-powell / portfolio-with-css-grid

File from my YouTube series
MIT License
67 stars 51 forks source link

Missing semi-colon #1

Open webdevdjm opened 7 years ago

webdevdjm commented 7 years ago

In main.scss missing semi-colon at end of line 3 @import 'partials/all'

realsrikar commented 7 years ago

You don't need a semicolon on the last line.

keebOo commented 6 years ago

@webdevdjm @realsrikar @kevin-powell is the same of issue #9 Is an error on _about-me.scss: missing a curly brace at the end of file (made a pull request: #10)

Libsass: Error: Invalid CSS after " }": expected "}", was "" on line 66 of [MY_PATH]/scss/partials/_about-me.scss from line 5 of [MY_PATH]/scss/partials/_all.scss from line 3 of [MY_PATH]/scss/main.scss