Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COCool, thanks for the thorough answer. Yes, I'm pretty sure Php can accomplish all that, and there's plenty of classes that do accomplish it. However, at the moment, I sure don't have the need. Aside from that, better to use the right language/code for the designed purpose. Appreciate it!
      singulars
    2. COThat's the problem, and what I'm getting at. Sass and LESS are amazing because they've focused on CSS implemenation. But as far as I can tell, and if they are processed by js/php/ruby, they can never be more powerful than them. I'm still befuddled as to why, rather the writing the code to interpret the css preporcessor, just make libraries/classes/functions to work with the language itself - js/php/ruby? There's already classes to work with colors, operations, namespaces, scopes and js evaluation - and are everyday commonplace functionality. Not to mention they have far more power.
      singulars
    3. COPhp/js naturally integrate with everything else, in case you wanted css to be modified based on referring site, day/time, etc, rather than modifying inline styles or switching entire stylesheets. Images can be written directly into the css as needed. Database values worked with. Regex. If the evaluation was done server side, bypassing LESS/Sass and using just Php/js/ruby would save resources. Some good articles exemplifying: net.tutsplus.com/tutorials/php/supercharge-your-css-with-php-under-the-hood colors: barelyfitz.com/projects/csscolor, another: fwebde.com/css/php-dynamic-css
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload