manrueda / chrome-style-inserter

Chrome DevTools extension to insert styles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chrome-style-inserter

With this chrome extension you can add styles dynamically when you debug a site with the dev-tools

###Contribute

  • Clone the repo
  • Install dependencies
npm install
bower install
  • Make you changes
  • Build
grunt compile:build
  • Make the pull request

###Change Log

  • 0.4.1:

    • Update LESS
    • Change local code to bower components
    • Add SASS support
    • Minor JS changes
    • New error alert
    • New build system, better compress!
    • Font size feature
  • 0.3.8:

    • Error fixes
  • 0.3.7:

    • CSS sanitize
  • 0.3.6:

    • String parse error
  • 0.3.5:

    • Grunt build
    • Minor fix
  • 0.3.0:

    • LESS support
    • Style download

###Thanks!!

  • Thanks to Cloud9 for the editor Ace

##License MIT License

About

Chrome DevTools extension to insert styles


Languages

Language:JavaScript 75.2%Language:HTML 13.1%Language:CSS 11.7%