Code Monkey home page Code Monkey logo

Comments (7)

lencioni avatar lencioni commented on August 17, 2024

I think this would be great.

Do you know of a comprehensive list of valid words? Or, is there another tool that already does something like this that we could simply use or look at for inspiration?

from scss-lint.

lifeiscontent avatar lifeiscontent commented on August 17, 2024

@lencioni this might be a good starting point.

http://morrow.github.io/CSS-Reference/

I would suggest maybe running a linter against maybe 20+ sites in the wild and collecting the data from that.

then the linter could throw errors saying "unknown word: diplay" or whatever it may or may not know about already.

from scss-lint.

mikesherov avatar mikesherov commented on August 17, 2024

This is about as comprehensive as it gets: http://www.chromestatus.com/metrics/css/popularity

from scss-lint.

wincent avatar wincent commented on August 17, 2024

Nice fine, @mikesherov... 422 properties.

from scss-lint.

mikesherov avatar mikesherov commented on August 17, 2024

What's nice about this list too is that this is the list blink / webkit use to determine when to cut or add support. We can use this information to also make a list of "rare" selectors, and a linter that warns against their usage...

from scss-lint.

sds avatar sds commented on August 17, 2024

@mikesherov I had implemented an earlier draft of this a few weeks ago but never got around to merging it until now. I will have a look into the more comprehensive list you provided when I get a chance (but feel free to submit a PR if you would like to see a more comprehensive list sooner).

from scss-lint.

mikesherov avatar mikesherov commented on August 17, 2024

@sds, great! Glad to see this commit. I'll run this on my codebase and report any missing properties I find. Thanks again!

from scss-lint.

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.