Hugh Guiney

Results 17 issues of Hugh Guiney

Doesn't work: ``` border-radius: 70px; border-radius: 7rem; behavior: url(/assets/scripts/vendor/pie/PIE.php); ``` Works: ``` border-radius: 70px; /*border-radius: 7rem;*/ behavior: url(/assets/scripts/vendor/pie/PIE.php); ``` This is the case for both 1.0 and 2.0.

Using: - Windows 7 32-bit - Sublime Text 2 (Version 2.0.2, Build 2221) - Color Highlighter v2016.02.11.13.53.03 .sublime-project: ``` { "color_variables_files": [ "/path/to/_colors.scss" ], "folders": [ { "path": "/path/to/project" }...

The style attribute does not change dynamically on window resize. I have to reload the page for it take effect.

/webroot/gulpfile.js: ``` gulp.task( 'inline:templates', function () { var inlineSourceOptions = { // attribute: 'inline', compress: false, pretty: true }; return gulp.src( './build/templates/**/*.html', { base: './build/foo/' } ) .pipe( $.inlineSource( inlineSourceOptions...

At first I tried to upload an image without realizing that Cloudinary was required for that functionality, so naturally it didn’t work. (I realize the documentation is a WIP, but...

While modifying the Gatsby Blog starter project, I downloaded the Lincoln theme and tried to do this: ```js import Typography from 'typography' import Lincoln from 'typography-theme-lincoln' Lincoln.overrideThemeStyles = () =>...

Per the Gruntfile, all of the vendor CSS files are concatenated into the main stylesheet: ``` build_css: { src: [ '', '/assets/-.css' ], dest: '/assets/-.css' }, ``` Yet, index.html still...

I can’t export Japanese text to PDF, even though it shows up fine in the preview. While editing: ![Screenplay preview: Japanese text and subtitles in dual dialog format](https://i.imgur.com/TTB2AvL.png) After exporting:...

bug
pdfkit bug

If you comment out text and separate it with line breaks so it looks neat in the source view, the preview will output extra whitespace for all of the line...

bug

Input: ``` scss .menu-icon { @include hamburger( $width: rem-calc( 24 ), $left: false, $top: false, $thickness: rem-calc( 4 ), $gap: rem-calc( 3 ), $color: #fff, $hover-color: darken( #fff, 10% ),...