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:
- should link less file on index.php?
- can use editor , compile less less compiler?
- should link compiled less or created css?
- do need use less this?
note: i'm total newbie less , sass. information ++.
Comments
Post a Comment