Code Monkey home page Code Monkey logo

Comments (5)

nzakas avatar nzakas commented on July 28, 2024

Can you explain a little more about what you're seeing? I just put this in and see that it says no errors (which is correct, there's nothing wrong with this declaration). There's already an open issue #23 for files with no errors not properly displaying.

from csslint.

stephaniehobson avatar stephaniehobson commented on July 28, 2024

When I run this through:

.test{padding:0px;}

It correctly identifies one warning.

When I run this through:

@font-face {/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
font-family: 'bcitfont';
src: url('/images/chrome/bebas___-webfont.eot');
src: local('?'), url('/images/chrome/bebas___-webfont.woff') format('woff'), url('/images/chrome/bebas___-webfont.ttf')     format('truetype'), url('/images/chrome/bebas___-webfont.svg#webfontnqJLEELI') format('svg');
font-weight: normal;
font-style: normal;
}

.test{padding:0px;}

It says 0 warning and 0 errors.

from csslint.

nzakas avatar nzakas commented on July 28, 2024

Got it, there's a JavaScript error:

messages[i].rule is undefined
file:///I:/projects/nicole/csslint-ui/js/csslint-ui.js
Line 117

Thanks, I'll take a look.

from csslint.

stubbornella avatar stubbornella commented on July 28, 2024

Sounds like a parser error, Nicholas?

Sent from my iPhone

On Jun 16, 2011, at 11:18 AM, stephaniehobson
[email protected]
wrote:

0 Errors reported when style sheet begins with @font-face declaration.

It choked on this:

@font-face {/* Generated by Font Squirrel (http://www.fontsquirrel.com) */ font-family: 'bcitfont'; src: url('/images/chrome/bebas___-webfont.eot'); src: local('?'), url('/images/chrome/bebas___-webfont.woff') format('woff'), url('/images/chrome/bebas___-webfont.ttf') format('truetype'), url('/images/chrome/bebas___-webfont.svg#webfontnqJLEELI') format('svg'); font-weight: normal; font-style: normal; }

When I remove it it works fine.

Reply to this email directly or view it on GitHub:
#53

from csslint.

nzakas avatar nzakas commented on July 28, 2024

Dupe of #23.

from csslint.

Related Issues (20)

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.