Code Monkey home page Code Monkey logo

jacket's People

Contributors

robwierzbowski avatar snugug avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

jacket's Issues

function jacketOrElse

for my project I have implemented a Function like that:

@function jacketOrElse($value, $else, $contexts...) {}

It will return $value if the $contexts match or $else if not.
If you think his would be an interesting addition to Jacket, drop me a note. I will Fork Jacket and place a pull request.

I had to implement his function because I did not find a way to get a Value if none of the $contexts matched.

Regards, Hannes

media queries

What's the recommended way of pulling styles out of media queries with jacket? (in the case of ie8) Or is breakpoint no-queries still recommended for that task?

Quote rendering

jacket rendre quote like this: "

ex;

[data-foo="test"]
result: [data-foo="test"]

Jacket with Codekit

SASS/Compass newbie so apologies if this is a silly question.

I've installed Jacket as a Ruby gem, have required it in my config.rb and included it in my stylesheet, but when I compile with Codekit I get no such file to load -- jacket.

What have I missed?

Output conditional style only into the conditional stylesheet

It it possible to output only the conditional style in my conditional stylesheet? Because, I don't want to add weight to my conditional sheet. The only thing I want is the fix I did for IE.

Ex:

.exemple {
    width: 100px;
    height: 300px;

    @include jacket(ie8) {
        width: 200px;
    }
}

output css:

screen.css

.exemple {
    width: 100px;
    height: 300px;
}

ie8.css

.ie8 .exemple {
    width: 200px;
}

rather than

screen.css

.exemple {
    width: 100px;
    height: 300px;
}

ie8.css

.exemple {
    width: 100px;
    height: 300px;
}

.ie8 .exemple {
    width: 200px;
}

Installing Jacket with Bower and Compass 0.13-alpha

Sorry, this might be a dumb question, i've installed Jacket with bower, so i got the folder:

components/jacket/**

I've tried to install the plugin using the following on my config.rb file:

require "components/jacket/";

When i try to compile i get:

LoadError on line 31 of /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb: no such file to load -- components/jacket/

Could you provide any help?

jacket requires sass (~> 3.3.0.rc.2)

Although I have Sass 3.4.5 installed jacket gem refuses to be installed :(

\Ruby193\Ruby193\bin>gem install jacket
ERROR:  While executing gem ... (Gem::DependencyError)
    Unable to resolve dependencies: jacket requires sass (~> 3.3.0.rc.2)

No trouble installing other gems like Susy, Brekapoint, sass-toolkit etc.
Thanks

Win7/Ruby1.93

Compass dependency

The documentation states: "Until Sass 3.3 is released Jacket requires Compass."

We're up to Sass 3.4 and it looks like jacket still requires Compass. I'd love to remove Compass from my stack.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.