Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap 3.3.2 (less/mixins/grid.less) #3

Open
Tanyusha opened this issue Jan 27, 2015 · 1 comment
Open

Bootstrap 3.3.2 (less/mixins/grid.less) #3

Tanyusha opened this issue Jan 27, 2015 · 1 comment

Comments

@Tanyusha
Copy link

lesscss-percentage(n)
  (n * 100)%
container-fixed(gutter=grid-gutter-width)
  margin-right auto
  margin-left auto
  padding-left (gutter / 2)
  padding-right (gutter / 2)

C:\your-project\node_modules\less2stylus\index.js:126
    throw new Error('not implemented');
          ^
Error: not implemented
    at Object.baseVisitor.visitExtend (C:\your-project\node_modules\less2stylus\index.js:126:11)
    at Object.tree.visitor.visit (C:\your-project\node_modules\less2stylus\node_modules\less\lib\less\visitor.js:23:32)
    at renderTree (C:\your-project\node_modules\less2stylus\index.js:44:33)
    at Object.defineVisitor.visitMixinDefinition (C:\your-project\node_modules\less2stylus\index.js:419:7)
    at Object.tree.visitor.visit (C:\your-project\node_modules\less2stylus\node_modules\less\lib\less\visitor.js:23:32)
    at Object.tree.visitor.visitArray (C:\your-project\node_modules\less2stylus\node_modules\less\lib\less\visitor.js:40:34)
    at Object.tree.visitor.visit (C:\your-project\node_modules\less2stylus\node_modules\less\lib\less\visitor.js:11:29)
    at Object.tree.Ruleset.accept (C:\your-project\node_modules\less2stylus\node_modules\less\lib\less\tree\ruleset.js:13:30)
    at Object.tree.visitor.visit (C:\your-project\node_modules\less2stylus\node_modules\less\lib\less\visitor.js:29:22)
    at renderTree (C:\your-project\node_modules\less2stylus\index.js:44:33)
@deedw
Copy link

deedw commented May 26, 2015

Take a look at the fork at https://github.com/coursera/less2stylus

They seem to have added functionality that allows conversion of all the Bootstrap less files - although some of the generated files throw errors when run through stylus, so some tweaking may be required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants