Giter VIP home page Giter VIP logo

vscode-css-action's Introduction

Css Code Action

A vscode extension help editing scss/less file with color replace and px convert.

ejs render context:

{
  _VAR_NAME_: 'color and size var name defined in variablesFile',
  _MATCHED_TEXT_: 'origin text matched by regex',
  _REM_RESULT_: 'rem result converted from px value based on rootFontSize, only in `colorReplaceOptions`'
}

Color Replace

color replace help replace hex css string to color variable defined in (scss/less) file.

{
  "cssAction.variablesFile": "src/style/variables.scss",
  "cssAction.colorReplaceOptions": ["<%= _VAR_NAME_ %>"]
}

color replace action

Px convert

px convert help convert px to sccc/less func or auto calc based on root font size.

{
  "cssAction.rootFontSize": 16,
  "cssAction.pxReplaceOptions": ["<%= _VAR_NAME_ %>", "<%= _REM_RESULT_ %>", "px2rem(<%= _MATCHED_TEXT_ %>)"]
}

addition action

vscode-css-action's People

Contributors

kikyous 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.