Coder Social home page Coder Social logo

css-dedoupe's Introduction

css-dedoupe

Remove duplicate properties and declarations from your CSS



Built with โค๏ธŽ by Tiaan and contributors

Table of Contents

Table of Contents
  • About
  • Install
  • Usage
  • CLI
  • Issues
  • Contribute
  • License
  • About

    Greenkeeper badge

    This is a basic module that walks a AST built with reworkcss and removes duplicate CSS properties associated with a specific selector. Only keeping the most recent.

    Install

    $ npm install --save css-dedoupe
    # OR
    $ yarn add css-dedoupe

    Usage

    const cssDedoupe = require('css-dedoupe')
    
    const cssStr = '.float-right {float: right;}.float-right {float: right;}'
    console.log(cssDedoupe(cssStr)) // '.float-right{float:right}'

    CLI

    $ css-dedoupe input.css output.css

    Or if you would like to modify the input file directly:

    $ css-dedoupe inputAndOutput.css

    Issues

    • Currently only supports top level declartions e.g. does not dedoupe declartions in media queries.
    • The module makes no attempt to format the css after dedouping. Use modules like csscomb for this.

    Contribute

    Contributions are welcome. Please open up an issue or create PR if you would like to help out.

    Note: If editing the README, please conform to the standard-readme specification.

    License

    Licensed under the MIT License.

    Icons made by Madebyoliver from www.flaticon.com is licensed by CC 3.0 BY

    css-dedoupe's People

    Contributors

    greenkeeper[bot] avatar tiaanduplessis avatar

    Stargazers

     avatar

    Watchers

     avatar  avatar

    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.