CodeKit2 icon indicating copy to clipboard operation
CodeKit2 copied to clipboard

LostGrid

Open sandralindberg opened this issue 10 years ago • 7 comments

It would be awesome if LostGrid could be added in the after-compiling options. LostGrid is an amazing grid from the creator of the grid: jeet.

Link to the LostGrid: https://github.com/corysimmons/lost

sandralindberg avatar May 28 '15 18:05 sandralindberg

agree this would be great. does anyone know of a way to manually hack lost into a codekit workflow?

pjv avatar Aug 20 '15 15:08 pjv

bump

mmjaeger avatar Aug 27 '15 19:08 mmjaeger

Agreed!

skaisser avatar Apr 09 '16 19:04 skaisser

This is another issue that could possibly be addressed by having a PostCSS UI in CodeKit. (The others are #570 and #306.)

calvinjuarez avatar Apr 21 '16 21:04 calvinjuarez

Damn, I'm so obsessed with the lost grid, I have a gulp task running feeding styles to Codekit :-). Working for me but it requires running Gulp and Codekit parally running :-(. Anybody has as a solution directly wth CodeKit please spit it here :-)

pixelcanvas avatar Jun 26 '17 09:06 pixelcanvas

This is what Hooks are for. You should be able to run Lost in Hook whenever your relevant stylesheet is processed. No gulp needed.

Sent from my iPhone

On Jun 26, 2017, at 02:22, pixelcanvas [email protected] wrote:

Damn, I'm so obsessed with the lost grid, I have a gulp task running feeding styles to Codekit :-). Working for me but it requires running Gulp and Codekit parally running :-(.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

bdkjones avatar Jun 26 '17 19:06 bdkjones

For those still looking, I've just found and played with https://github.com/abstracthat/happy-grid which is a cut-down version of LostGrid before it was converted to PostCSS. It has everything Jeet can do plus fixed px margins. To use with Stylus in CodeKit just @import 'grid'

codernetau avatar Aug 19 '18 23:08 codernetau