Skip to main content
0 votes
1 answer
292 views

Continue and go back in the form

I develop a web application in java jee, and I would like to know how to use the button continue and go back in the post method in a form? thank you in advance
John's user avatar
  • 47
-2 votes
1 answer
411 views

Jeet: Fixed width sidebar with fluid content area

I'm trying to figure out how to create a fluid layout with a fixed width sidebar and fluid content area using Jeet. HTML: <div class="wrapper"> <div class="sidebar"></div> &...
tamilsweet's user avatar
  • 1,007
1 vote
1 answer
241 views

Stylus jeet doesn't work anymore

In one single day i got this error. It doesn't work anymore for me. gulpfile.js var gulp = require('gulp'), stylus = require('gulp-stylus'), jeet = require('jeet'); gulp.task('default', ...
Fortael's user avatar
  • 322
0 votes
1 answer
77 views

Values attribution in jeet column

In Jeet documentation I see column (ratios = 1, offset = 0, cycle = 0, uncycle = 0, gutter = jeet-gutter) with the equal sign. Then in the following paragraphs, the expression is using colons: ...
Manaus's user avatar
  • 453
0 votes
1 answer
62 views

where to find ui components for jeet-grid

checking out Jeet currently, having been through their github and resources and wondering whether it has ready-made components such as buttons, dropdowns, jumbotrons, etc. like bootstrap. Don't really ...
Riz's user avatar
  • 6,686
0 votes
1 answer
378 views

legend not centering correctly with margins in firefox

I'm hoping someone can spot the issue here, as unfortunately I can't easily reproduce it in a jsfiddle (Edit: turns out I can, see the jsfiddle linked below), so something else must be at play. See ...
Nathan Hornby's user avatar
0 votes
0 answers
89 views

responsive grid is broken by span element with empty value

I get the JSON from the site. Some of the fields of this JSON is empty (""). I have a HTML(Jade) code like this: div(ng-repeat="item in itemsToDisplay", class="item tableLine") span(class="...
ceth's user avatar
  • 45.4k
1 vote
0 answers
100 views

Jeet grid broken

My first question here. I'm trying to make a simple gallery grid using jeet, but the final result is all broken up. It skips some divs to the next row, and I just can't find a way to control it. ...
Lucas Neumann de Antonio's user avatar
0 votes
1 answer
354 views

Jeet Gird - Can I use Fixed gutters?

Is there any way I can use fixed gutters with Jeet.gs? I am using the SASS version of the grid. http://jeet.gs
eikeco's user avatar
  • 15
4 votes
2 answers
355 views

How do you add Jeet and Rupture to Stylus-Brunch?

I am trying to use Jeet and Rupture with my Stylus-Brunch. What do I need to configure to get it to work?
dilzeem's user avatar
  • 51
0 votes
1 answer
90 views

Stylus not parsing some directives

Using the Stylus / Jeet's column() or col() mixins, some are not compiling, but showing up literally in my generated css files. This should not be happening. Test.styl @import 'jeet' #main ...
cpilko's user avatar
  • 11.9k
4 votes
1 answer
5k views

Fixed width items in a responsive grid?

I have fixed width elements that I'd like to make a grid of. The only issue is that I want it to be responsive. Basically have as many items as it can have in one row, and then move the item to the ...
user1952811's user avatar
  • 2,468
0 votes
1 answer
548 views

Node stylus import structure - bootstrap and jeet

I'm new to css compiling. I currently have a node.js app using express and precompiled bootstrap 3 files, and I'm diving into Stylus to make this better. I want to compile Stylus and import bootstrap ...
Omid Ahourai's user avatar
  • 1,449
0 votes
1 answer
643 views

Borders breaking col() and span() in Jeet.gs

Adding a border to an element which is layed out using span() or col() from jeet.gs causes each element to be too wide for the parent container. Is there a way to fix this? some examples in codepen. ...
aaaaargZombies's user avatar
1 vote
1 answer
243 views

How to use Jeet in Express?

How do you use Jeet in Express? This is part of my app.js file: app.set('views', __dirname + '/views') app.set('view engine', 'jade') app.use(stylus.middleware( { src: __dirname + '/public' , ...
Ella S.'s user avatar
  • 41

15 30 50 per page