Giter VIP home page Giter VIP logo

Comments (7)

zmoazeni avatar zmoazeni commented on June 14, 2024

@kopipejst Thanks for the suggestion. Do you mean something more than what you get from find ... | xargs csscss ...?

I'd like to keep cssscss part of a normal posix toolchain. Some questions come up with file selection from a directory that may make the command line interface more complex.

from csscss.

kopipejst avatar kopipejst commented on June 14, 2024

I'm not sure if and how that can be achieved with find ... | xargs csscss ... but I was thinking that something like:

csscss path/to/folder -v

give output similar to:

{.class1} from file1.css AND {.class2} from file2.css share 4 rules

  • border-style: solid
  • border-width: 1px
  • padding-bottom: 15px
  • padding-top: 15px

that will help to find duplicates in development phase, before merging.

from csscss.

zmoazeni avatar zmoazeni commented on June 14, 2024

@kopipejst so right now csscss -v file1.css file2.css some/dir/file3.css will work. I think what you're suggesting is a way for csscss to find all css files within a directory. For example find . -iname "*.css" | xargs csscss -v would work. And I'd rather lean on that for now.

However. I think I found a bug in csscss -v file1.css file2.css some/dir/file3.css finding duplications. So I'll investigate.

from csscss.

kopipejst avatar kopipejst commented on June 14, 2024

@zmoazeni thanks for quick reply. find ... | xargs csscss ... works just fine, but it seems that csscss -v for multiple files still compare css within each file separately. Also, it will be great if we could see file name in output, something like this:

{.class1} from file1.css AND {.class2} from file2.css share 4 rules

from csscss.

zmoazeni avatar zmoazeni commented on June 14, 2024

Also, it will be great if we could see file name in output, something like this:

{.class1} from file1.css AND {.class2} from file2.css share 4 rules

Ah great suggestion. I think that does make sense. There's some talk about including line numbers too #9

from csscss.

zmoazeni avatar zmoazeni commented on June 14, 2024

@kopipejst I just opened #39 which is all about line numbers

from csscss.

zmoazeni avatar zmoazeni commented on June 14, 2024

Ok, I just pushed a fix to the consolidation issue. WIth that along with the new issue with line numbers, I'm going to close this one. That will get released in the next version (the one after v1.0.0).

from csscss.

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.