jekyll-less
jekyll-less copied to clipboard
Less CSS converter for Jekyll
I just installed jekyll-less, and then: `gem install jekyll-less`, added `gem "jekyll-less"` to my Gemfile, added "`- jekyll-less`" to _config.yml, and ran `bundle update`. When I try to serve the...
The plugin doesn't compile properly becuse of a dependency issue - Codeship gives an error message saying that the plugin also needs theruberrace gem. This can be added to the...
Add `less_dir` configuration option, much like Jekyll's default support for `sass_dir`. `less_dir` defaults to `/_less`.
Let's say I have two files, `main.less` and `variables.less`. As is, jekyll-less will happily compile both into `main.css` and `variables.css`. I don't need the latter file, but it's harmless.° Now...
Hi @noct! Could you open (allow) issue for `noct/jekyll-sass` I have interest to add `render_with_sourcemap`, but have fail to add another option ``` ruby ... engine = ::Sass::Engine.for_file(path, :style =>...
How I make a config file for my projects? Just because I'm using bootstrap3 docs to perform layout modifications, and I won't like to change the default css path (../dist/css/...
I got this error when deploy to heroku. -----> Installing jekyll-less ERROR: While executing gem ... (ArgumentError) invalid byte sequence in US-ASCII