Bobak Nasirpour

Results 2 issues of Bobak Nasirpour

Hey there, Using `textarea` instead of `span` will allow us to use script tags in our copy string as below: ```javascript !( function( w, d ) { 'use strict'; var...

I did this: ``` php $parser = new Less_Parser(); $parser->parseFile( '/app/less/main.less', '/mysite/' ); $parser->ModifyVars( array() ); $css = $parser->getCss(); ``` ![untitled](https://cloud.githubusercontent.com/assets/2111724/14788620/fac91ec6-0b1d-11e6-86b3-0d393204f7b1.png) The file's address is true and file is there...