Is it possible to use nested CSS rules without installing anything on the server?

LESS and SASS allow us to use nested CSS rules; however, they do require us to install their components on web servers.

Is it possible to use a similar function without installing anything on the server? Maybe using JavaScript, jQuery, etc. I could achieve this.

Thank,

+5
source share
3 answers

, javascript ( - ), LESS CSS . - - .

, LESS, :

+7

JavaScript. less.js .

enter image description here

http://lesscss.org/#guide

+4
0

All Articles