Giter Club home page Giter Club logo

bulma-rails's People

Contributors

alea12 avatar caseyprovost avatar danielromero avatar davidwessman avatar erikdahlstrand avatar jhunschejones avatar joshuajansen avatar jvanbaarsen avatar leonas avatar lucianghinda avatar luizpicolo avatar mastertos avatar matsumonkie avatar miguelsan avatar mikecx avatar rien avatar rubyhuntsman avatar stadniklksndr 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

bulma-rails's Issues

Data.today in gemspec gives bundler errors

I think this line is giving me errors:

 gem.date = Date.today

It results in:

There was an error while loading bulma-rails.gemspec: uninitialized constant Date

I think this should be the release day of the gem version.

Precompiling assets failed

I am trying to deploy an app using Bulma to Heroku, but I get this error:

Precompiling assets failed.
Sass::SyntaxError: File to import not found or unreadable: bulma

Update to v0.8.0

Thanks for great work! Is there a plan to update to the new version?

How to override default color variables?

Hello, would you be able to help me figure out how to override default variables in application.scss? I've tried a few simple examples inside application.scss to get proof of concept.

Attempt 1 doesn't work

// from the bulma customize page, but asset pipeline doesn't recognize
@import "../sass/utilities/initial-variables";
@import "../sass/utilities/functions";

Attempt 2 doesn't work

@import "bulma";
$primary: red;

Attempt 3 hack

I suppose I could override the classes themselves but I'm hoping to be able to figure out where to customize the variables.

@import "bulma";

.is-primary {
  background: red !important;
}

Any suggestions?

Thanks!

installation instructions don't work..

I followed instructions :
modify Gemfile and then run bundle..

But bulma-rails get installed in my ~/.rbenv/versions/... folder and my app/assets/stylesheets/ folder stay as it was before installation.

So what am I missing ?

Thanks for helping me

sassc gem deprecated

bulma-rails uses sassc which uses libsass which is deprecated. It should now use dartsass.

footer.scss file isn't updated to include new $footer-padding variable

I believe this was added on Oct 28th to bulma, but it isn't included in the official bulma 0.7.2 release notes. I'm trying to figure out why I see this in their documentation but it isn't working when I set it. I took a look at the bulma-rails gem and notice that the footer.scss file is actually missing the $footer-padding variable.

My apologies if there is confusion on my part, any help would be appreciated.

Basically, i'm trying to set $footer-variable and it isn't working.

Undefined variable: "$body-background"

I've followed the steps described in the README and added @import "bulma"; to application.scss, but I'm receiving a Sass::SyntaxError whenever I attempt to load a page.

Do you have any idea of what the issue might be?

I have added both sass and sass-rails gems to my Gemfile and I'm using rails 4.2.8 and ruby 2.4.1

Edit:
I've identified the problem. Commenting out this line in my config/initializers/assets.rb solved it
Rails.application.config.assets.precompile += %w(*.js *.css *.scss *.sass)

Precompiling stuff apparently fucks it up. Is there any solution to this?

:not(input[type="submit"]) wrong selector

:not(input[type="submit"]) fails to find the selector,
i suggest to change all the occurrences into
:not([type="submit"])

otherwise it wont apply it's css

as per in:

/* line 27, /usr/local/bundle/gems/bulma-rails-0.6.1/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .subtitle a:not(.button):not(imput[type="submit"]),
.hero.is-primary .subtitle strong {
  color: #fff;
}

Update to 4.2?

Any thoughts on updating to the latest build of Bulma? If there aren't any immediate plans I may start working on the update on my off-time to contribute.

Bulma is great!

Hi! I'm currently considering Bulma as a strong candidate for my next project. I'm relative new to sass, so I would like to know which is the preferred method to use to compile Bulma, after 'npm install bulma'.

Congratulations, I'm delighted with what I saw till now...

How to import modules

Thanks for this gem. What is the correct way to import individual modules rather than the whole of bulma? Would it be possible to add a note to this effect into the README.rb?

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.