php - How to properly install/use LESS in CodeIgniter -


my original problem linking multiple stylesheet frameworks. primary option materialize , reasons, i'd integrate bootstrap on buttons , other components. after hours of desperate research, found myself staring @ css pre-processors, e.g. less , sass. found out can dynamic css using these badasses.

investing couple more hours deciding use, ended failing install both.

so far managed download bootstrap sass , integrated inside project , compiled using grunt (follow instruction). don't know how use , start.

i found cool references here not enough me going.

.bootstrap {     @import "/bootstrap.less" } 

i have follow questions post:

  1. should link less file on index.php?
  2. can use editor , compile less less compiler?
  3. should link compiled less or created css?
  4. do need use less this?

note: i'm total newbie less , sass. information ++.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -