Coder Social home page Coder Social logo

compass-recipes's Introduction

Hey!

Sponsoring button

I am MoOx, a front-end developer making mobile, web & desktop apps. I enjoy working with:

  • ⚛️ React & React Native (for iOS, Android, Web, Windows, macOS)
  • ⛑ JavaScript, TypeScript & ReScript
  • 🚀 ReScript React Native (which I created).

MoOx's GitHub top languagesMoOx's GitHub stats

💬 You can easily message me 📩 via many platforms.

More informations about me on my website https://moox.io.

GitHub followers Twitter Follow Sponsor my work

compass-recipes's People

Contributors

anahkiasen avatar bitdeli-chef avatar codingdesigner avatar davidkaneda avatar ironsand avatar michaek avatar moox 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

compass-recipes's Issues

File to import not found

The import in stylesheets/recipes/_ui.scss (stable branch) does not point to a file

@import "recipes/ui/border";

maybe it should be?

@import "recipes/ui/border/bevel";

Problem with the gem 0.3.0.alpha.1

I'm trying to use Compass-Recipes as a gem. I got the --pre version but when I want to do anything it throws an error "Unable to find "recipes/webfont-icon"". And indeed when I go into the gem folder and look at the root _recipes.scss file, it looks like most of the paths are from another CR version and don't match the recipes/ subfolder. Is this normal ?

Need to create stable gh-pages for the last available gem

The current gh-pages is updated to be sync with the tests in the master (using bundle exec rake pages, btw this should be put into a git hook)
So we need for end user a snapshot of the gh-pages synced with the latest tag (== available gem). We need an url to do that.
Maybe @chriseppstein for recipes.compass-style.org ? (I guess I'm dreaming...)

Change comments syntax

According to the SASS documentation, /* */ is for CSS comments, and // for SASS comments. Thing is, most of the comments in CR are the former and thus output about 600 lines of comments in the final .css in the non-compressed modes of SASS.
According to Sass recommendations, a sass class should output absolutely nothing when being imported.

compass install recipes/font-icons not working

I get the following error when trying to install font-icons template

termina$ compass install recipes/icon-fonts
SyntaxError on line ["146"] of /Users/anders/.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/lib/compass/installers/manifest.rb: /Users/anders/.rvm/gems/ruby-1.9.3-p194/gems/compass-recipes-0.3.0.alpha.2/lib/../templates/icon-fonts/manifest.rb:3: syntax error, unexpected tIDENTIFIER, expecting $end
Run with --trace to see the full backtrace

The reason seems to be line 3:

directory "fonts/icons" => :within fonts_dir

which is not the valid way to import the fonts from a directory (or does it work in latest compass 0.13?). Maybe

discover :fonts

could be used instead?

ribbon

%effect-ribbon-skin-classic cause error in line 58 and 77 _ribbon.scss

Syntax Error

I got this

Syntax error: File to import not found or unreadable: recipes/form/skin/default

I don't know what happen here, I don't find any code called the recipes/form/skin/default

File to import not found

The import in stylesheets/recipes/form/_skin.scss (stable branch) is

@import "recipes/form/skin/default";

...when it should be

@import "recipes/form/skin/natural";

...or the change the name of _natural.scss to _default.scss

Need to create real demos using the recipes

The title is clear enough !
We need to create demo, using our recipes, to show people the awesomeness of using lots of recipes :D
The demo should show the code used. Maybe we can create a generator or a parser to display code next to the demo.

updated gem

What features are standing in the way of building an updated gem? I'm using CR currently and a released gem would help me share my work with other devs here. I'm willing to help.

Add lots of buttons

The main idea is to add minimal recipes to be able to create a high range of buttons.
So we do not need mixin like button-github-blue or button-orange-with-noise.
I think with less than 10 mixins, we can create tons of examples.
Or maybe 3 or 4 mixins will be enough.

Inspiration
http://lab.simurai.com/css/buttons/
http://brandonmathis.com/projects/fancy-buttons/demo/
http://dribbble.com/shots/544622-Blankslate
https://github.com/jhardy/Sassy-Buttons

For examples:
http://houseofbuttons.tumblr.com/
http://forrst.com/posts/CSS_Button_Contest-5J1

Trick for 1px border on retina:
http://bradbirdsall.com/mobile-web-in-high-resolution
http://codepen.io/pen/bKens

Form skin ?

Do you think form skins have a place in this library ?
If yes, just drop some names (or +1) :)

Error on Import

Used the "Additional Path" Compass trick to use the current head of Compass Recipes, and when I @import "recipes";, the following Compass error occours:

Line 1: File to import not found or unreadable: recipes/form/element/border-color.

This is obviously preventing me from using all of Compass Recipes. If you have a quick fix for me to do that would be great, but it does need to be resoled.

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.