Code Monkey home page Code Monkey logo

roots-sass's Introduction

This repository has been deprecated in the favor of Sage.

roots-sass's People

Contributors

adamnbowen avatar amsross avatar benklocek avatar cabgfx avatar cfxd avatar coreywagehoft avatar disusered avatar dvregan avatar emreerkan avatar fingli avatar foxaii avatar hanscz avatar hariadi avatar johnraz avatar kalenjohnson avatar lautreamont3 avatar leocolomb avatar leoj3n avatar limenet avatar magox-git avatar mwrather avatar novrian avatar ntwb avatar obsessio avatar patrickocoffeyo avatar qwp6t avatar retlehs avatar swalkinshaw avatar weslly avatar zensimilia 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  avatar  avatar  avatar  avatar  avatar  avatar

roots-sass's Issues

Override sass variables on 7.0.0

Hi,

I am playing on branch 7.0.0 and I cannot override bootstrap sass variables. Could be an issue on assets/sass/_bootstrap.scss?

Now the code is:
@import "../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables";
@import "_variables"; // Bootstrap variable overrides and custom variables

Shouldn't it be?
@import "_variables"; // Bootstrap variable overrides and custom variables
@import "../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables";

Am I wrong?

Installation failed

npm ERR! Darwin 13.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.10.29
npm ERR! npm v2.4.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] postinstall: node node_modules/bower/bin/bower install && grunt dev
npm ERR! Exit status 6
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'node node_modules/bower/bin/bower install && grunt dev'.
npm ERR! This is most likely a problem with the roots package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node node_modules/bower/bin/bower install && grunt dev
npm ERR! You can get their info via:
npm ERR! npm owner ls roots
npm ERR! There is likely additional logging output above.

logout link title attribute in comments.php

shouldn't this:

<a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php __('Log out of this account', 'roots'); ?>"><?php _e('Log out &raquo;', 'roots'); ?></a>

use
_e( ... , 'roots' )
for the title attribute?

roots_body_class / body_class

If page is titled media bootstrap adds margin to body. Possible fix: body_class should preface page titles before adding to body. i.e page-media, page-buttons, page-modal. To avoid bootstrap classes assigning styles.

Error on grunt build

Receiving this error on the master:

Errno::ENOENT: No such file or directory @ realpath_rec - /Users/me/Sites/myproject/wp-content/themes/roots-sass/sass

But, clearly the sass folder actually lives inside assets:

Users/me/Sites/myproject/wp-content/themes/roots-sass/assets/sass

Compass declared as true in the gruntfile seems to be causing the issue. When I set compass:false, and run grunt:dev, everything is fine.

Update Instructions

You should update the instructions to say:
git clone git://github.com/roots/roots-sass.git
Instead of the current:
git clone git://github.com/roots/roots.git

`twbs-font-path` shows up in compiled css file

Sass compiles without errors but minified file contains this:

@font-face {
font-family:'Glyphicons Halflings';src:url(twbs-font-path("bootstrap/glyphicons-halflings-regular.eot"));src:url(twbs-font-path("bootstrap/glyphicons-halflings-regular.eot?#iefix")) format("embedded-opentype"),url(twbs-font-path("bootstrap/glyphicons-halflings-regular.woff")) format("woff"),url(twbs-font-path("bootstrap/glyphicons-halflings-regular.ttf")) format("truetype"),url(twbs-font-path("bootstrap/glyphicons-halflings-regular.svg#glyphicons-halflingsregular")) format("svg")
}

Sibe bar not displayed

WordPress 3.8.1+ roots 6.5.2.

arfer render is empty. In Wordpress on Widgets page - Inactive Sidebar (not used). How I can fix that or that is bug?

roots-sass 7.0?

Roots 7.0 was released recently; any ETA on when/if this fork will be brought up to date with it?

Update to Bootstrap 3.2

Hi, Is there any chance you could update the theme files to the latest version of Bootstrap? Or is there a way to automate that procedure ourselves? Thanks!

Error - Cannot modify header information

Roots-Sass v7.0.1 is kicking back the following error when used with Search & Filter plugin. This plugin works with other WP themes without error, so I'm thinking Roots doesn't get along with it. I have no other plugins activated at the time of testing.

Warning: Cannot modify header information - headers already sent by (output started at /Users/me/Sites/zeta/wp-content/themes/roots-sass-master/templates/head.php:2) in /Users/me/Sites/zeta/wp-includes/pluggable.php on line 1178

compass error

I receive the following error when trying to compile my stylesheets. Is it because I am running a newer version of Compass (.12.3) and it's calling for v.12.2? I am running Sass 3.3.4 which will only run with Compass .12.3. Is this even the problem or how do I fix?

ERROR: Cannot load compass.
File "assets/css/main.min.css" created.
Warning: Use --force to continue.

Wrong default $icon-font-path

Hi,
$icon-font-path: in _variables.scss points to file does not exist.
I have changed it to $icon-font-path: "../fonts/" !default; and now it works.

Universal Analytics location

I'm getting the following error in Google Webmaster Tools when trying to verify a new site via the Google Analytics Method: "The Google Analytics tracking code on your site is in the wrong location. You can verify site ownership with the asynchronous snippet placed in the head section of your home page." I changed the action in my code to wp_head and was then able to verify. Anyone else run into this? Maybe the location should be updated.

Edit: Google documentation also says it should go before the closing head tag: https://developers.google.com/analytics/devguides/collection/analyticsjs/

Update to roots 7.0.1?

Great base theme! Just wondering if some of the updates from roots 7.0.1 are going to get rolled into its sass brother.

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.