Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Custom CSS versus SCSS

Started by Ricky 7 years ago · 4 replies · 696 views
7 years ago

I am relatively new to development and know basic CSS, but have not delved into SCSS.

  • If I can customize with a custom.css file, do I need to do anything to the scss files or just leave as is?
  • For a simple blog am I missing out by using the css file?
  • Should I delve into SCSS now or wait till I am more comfortable with CSS?

Thanks for your input

👍 1
7 years ago

Hi @pbassi, in my experience just working with the custom.css file is fine. I myself do not have any SCSS experience but I've used a fair bit of CSS with just the custom.css file.

7 years ago

Hey @pbassi,
you don't have to use ScSS though it is now heavily used and very popular within web projects. As @paulhibbitts mentioned, if you feel more comfortable with classic css - just override the stylesheets with a custom.css stylesheet. The custom.css is therefore loaded after all processed scss stylesheets.

If you want to get started with scss I recommend the use of a preprocessor application for example PrePos (just google it). Also, keep in mind, that you can write classic css rules within a scss stylesheet, it will work just fine.

7 years ago

SCSS definitely not a must, but if you are interested, then SCSS provides some benefits and it isn't hard to learn since you already know CSS.

Suggested topics

Topic Participants Replies Views Activity
General · by jeremycherfas, 4 days ago
3 92 56 minutes ago
General · by Old Man Umby, 2 days ago
1 60 2 days ago
General · by Sebastian, 4 days ago
1 81 4 days ago
General · by Andy Miller, 2 weeks ago
0 216 2 weeks ago
General · by ready-4-IT, 6 months ago
1 716 3 weeks ago