Code Monkey home page Code Monkey logo

uncompass's Introduction

UnCompass

##Compass mixin removal bash script. Finds all Compass mixins in your SASS/SCSS files to replace them with their common css equivalents. Makes leaving/switching this Stylesheet Authoring Environment easy.

###Following actions will be performed

  1. Compass config.rb file will be removed
  2. Mixins will be removed or exchanged with corresponding properties

####Here is the list of replaced mixins (to be continued) @include appearance @include background-size @include border-bottom-left-radius @include border-top-left-radius @include border-bottom-right-radius @include border-top-right-radius @include border-radius @include box-shadow @include box-sizing @include columns @include column-gap @include column-count @include column-width @include filter @include hide-text @include hyphens @include hyphenation @include inline-block @include opacity @include rotate @include text-shadow @include transition @include transition-property @include transition-duration @include transition-timing-function @include word-break @include pie-clearfix

###Usage To run the script enter following command in your terminal/console

./compass-convert.sh

It might be that you need admin rights to run a bash script. In that case try the sudo command

sudo ./compass-convert.sh

###Example:

@mixin box-shadow(#333 1px 1px);

becomes

box-shadow: #333 1px 1px;

uncompass's People

Contributors

tonijn avatar

Stargazers

Yevhen N avatar

Watchers

James Cloos 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.