Comments on: CSS Basics: The Second “S” in CSS https://css-tricks.com/css-basics-second-s-css/ Tips, Tricks, and Techniques on using Cascading Style Sheets. Wed, 21 Feb 2018 22:45:26 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Bibiano Wenceslao https://css-tricks.com/css-basics-second-s-css/#comment-1616200 Sat, 17 Feb 2018 13:49:47 +0000 http://css-tricks.com/?p=266529#comment-1616200 Sublime Text is great editor, but if you’re looking for a free alternative I’d go with Notepad++ for starters. Atom is good as well.

Really enjoying this series! Please keep ’em coming.

]]>
By: Joris https://css-tricks.com/css-basics-second-s-css/#comment-1616180 Fri, 16 Feb 2018 14:57:11 +0000 http://css-tricks.com/?p=266529#comment-1616180 Be careful with TextEdit (MacOS) as it turns straight quotes into smart (curly) quotes, even in “Plain Text” mode… unless you TURN OFF the system-wide setting that causes this horror:
System Preferences > Keyboard > Text > “Use smart quotes and dashes”.

]]>
By: The Real Nirv https://css-tricks.com/css-basics-second-s-css/#comment-1616169 Fri, 16 Feb 2018 01:54:46 +0000 http://css-tricks.com/?p=266529#comment-1616169 Great article! I will check out the suggested further reading links you dropped toward the end.

]]>
By: Vagelis https://css-tricks.com/css-basics-second-s-css/#comment-1616129 Wed, 14 Feb 2018 19:03:29 +0000 http://css-tricks.com/?p=266529#comment-1616129 You could include tips on using style.php file too, with php variables as the width of the main content of a page for example. Especially when a CMS is involved.

]]>
By: mw https://css-tricks.com/css-basics-second-s-css/#comment-1616124 Wed, 14 Feb 2018 16:16:38 +0000 http://css-tricks.com/?p=266529#comment-1616124 One thing to consider is the additional call to the server when you use an external style sheet. It used to be best practice (and I think still is for code organization) but Google has started marking against “render blocking” stylesheets for standard sites, encouraging a hybrid model where critical render CSS is located in the head style, and external files are lazy loaded in the background. And then if you’re developing an AMP page, you have all kinds of restrictions on your css, and it ALL goes in the head… Makes me wonder if the the second s could be becoming a relic from a bygon era in the next year or so… :(

]]>