Talk:Sass (style sheet language): Difference between revisions
Minor clarifications (frommy angle) |
→Not clear: new section |
||
Line 19: | Line 19: | ||
[[Special:Contributions/128.104.133.254|128.104.133.254]] ([[User talk:128.104.133.254|talk]]) 18:14, 16 August 2014 (UTC) |
[[Special:Contributions/128.104.133.254|128.104.133.254]] ([[User talk:128.104.133.254|talk]]) 18:14, 16 August 2014 (UTC) |
||
- this probably means Sass is a „description language”, while „SassScript is a scripting langauge (as in actual programming language run by an interpreter)“ |
- this probably means Sass is a „description language”, while „SassScript is a scripting langauge (as in actual programming language run by an interpreter)“ |
||
== Not clear == |
|||
I'm a web developer and cannot understand this article. "Sass is a scripting language that is interpreted into Cascading Style Sheets (CSS)". By whom? Who interprets it? The browser? The server? What's its support? Do you need to install an Apache module on the server side that will "compile" Sass into "normal" CSS, which will be read and interpreted by the browser? Do you need an extension in your browser? Please, can anyone clarify this? |
Revision as of 11:56, 27 July 2015
Update the syntax
The syntax provided on the wiki page is quite old. —Preceding unsigned comment added by Joneff (talk • contribs) 08:48, 12 May 2010 (UTC)
Updates needed
This page needs to be update with information on the following
- Mixins
- SassScript
- Control Directives
- Compass — Preceding unsigned comment added by 66.68.23.33 (talk) 17:47, 8 July 2012 (UTC)
- it is not Syntactic sugar by definition, as it is not the same language before (sass) and after (css).
- I find the term “interpreter” at least not perfect: This does not happen at runtime of the final code. (Apart from being more of a description language anyhow). I believe “preprocessor” is a better term.
Mixins - yes or no
The "mixins" section seems contradictory. In one sentence is says Sass doesn't support mixins, and then goes on to describe Sass mixins and show their syntax. Someone who understands what it really supports needs to clarify this paragraph. -- Finlay McWalterჷTalk 14:55, 14 September 2013 (UTC)
Difference between Sass and SassScript?
This isn't explained well, it says "Sass is a scripting language" and "SassScript is the scripting language itself". So what's the difference? 128.104.133.254 (talk) 18:14, 16 August 2014 (UTC) - this probably means Sass is a „description language”, while „SassScript is a scripting langauge (as in actual programming language run by an interpreter)“
Not clear
I'm a web developer and cannot understand this article. "Sass is a scripting language that is interpreted into Cascading Style Sheets (CSS)". By whom? Who interprets it? The browser? The server? What's its support? Do you need to install an Apache module on the server side that will "compile" Sass into "normal" CSS, which will be read and interpreted by the browser? Do you need an extension in your browser? Please, can anyone clarify this?